The offset when creating the keyframes was set to frame_target + i but
i starts iterating from the current frame number.
The fix uses just i as the frame number.
Differential D10772
Fix T86745: trace sequence keyframe offset Authored by Falk David (filedescriptor) on Mar 19 2021, 7:58 PM. Tags None Subscribers None
Details The offset when creating the keyframes was set to frame_target + i but The fix uses just i as the frame number.
Diff Detail
|