Blender Git Loki
Git Commits -> Revision 9f4ad80
Revision 9f4ad80 by Joshua Leung (master) April 24, 2014, 15:14 (GMT) |
AutoSnap Bugfixes: NLA Editor - Nearest Second behaviour tweak The previous behaviour for nearest second meant that transforming the strips often caused their lengths to change (sometimes drastically), since strip lengths aren't always uniformly x-seconds long. Now, it only snaps the start frame value, and adjusts the end of the strip to follow. This works well for most cases, apart from negatively scaling the strip, where it will get "stuck" as a 0.001 frame long strip (and the viewport drawing will be a bit weird during this time). Nevertheless, negative scaling of strips isn't something that's exactly recommended. |
Commit Details:
Full Hash: 9f4ad8014c91f74f01374aa7eb11fc3e4a6b9160
Parent Commit: 8b24d0a
Lines Changed: +21, -3
1 Modified Path:
/source/blender/editors/transform/transform_generics.c (+21, -3) (Diff)