Blender Git Commit Log
Git Commits -> Revision eda757d
Revision eda757d by Joshua Leung (master) April 26, 2013, 13:42 (GMT) |
Bugfix [#34645] NlaStrip Tweak Mode - No automatic action length sync on exit Originally I was thinking of not restoring this functionality (see report for further details). However, upon rechecking the code, it seems that there was actually a define set up for this already, but which wasn't actually hooked up yet. So, this commit basically exposes this option ("Sync Length") which ensures that when exiting tweak mode on a NLA Strip, that strip instance (and not other users of the same action) will be updated to include the newly added keyframes. This option is not enabled by default, and shouldn't really be needed in most ("intended") workflows. |
Commit Details:
Full Hash: eda757d4c8df59ae75de54506e810a3abb783107
SVN Revision: 56314
Parent Commit: 1a3c59b
Lines Changed: +76, -6