Blender Git Loki
Git Commits -> Revision 98e98bf
Revision 98e98bf by Joshua Leung (master) November 11, 2010, 10:27 (GMT) |
Bugfix #24621: NLA strips move insensitively across tracks This was a 2-part bug: 1) "Track index" (i.e. "index of NLA track within NLA Stack") was calculated incorrectly when the transform data is created. A typo meant that this was actually "index of strip within original track" 2) Strips were flying around madly vertically (especially for downward movements, and with extreme difficulty for upwards) as the track index was being updated incorrectly. I suspect at the time I was misreading it as trackIndex = ... vs trackIndex += ..., though it obviously looked wrong looking at it now! |
Commit Details:
Full Hash: 98e98bf5d20f5ef0344acbb384a0cd632b10a6f2
SVN Revision: 33002
Parent Commit: e3db157
Lines Changed: +4, -3