Blender Git Loki
Git Commits -> Revision 4266538
Revision 4266538 by Richard Antalik (master) October 25, 2021, 02:33 (GMT) |
Fix T90835: Strip snaps to first and second frame This was caused by strips with single frame input like single image strip or color strip. their length is always 1, and so content length was calculated to end after first frame. There was code handling this case, but it was also checking for `anim_endofs` and `endstill` values. Anim offset values have no effect on these strips and still frame value was used incorrectly. So these chacks can be removed completely. |
Commit Details:
Full Hash: 4266538ab980fc475a6fd295892b1ad48ee2b7dd
Parent Commit: 28ad680
Lines Changed: +2, -6
1 Modified Path:
/source/blender/editors/transform/transform_snap_sequencer.c (+2, -6) (Diff)