Blender Git Commit Log
Git Commits -> Revision 53596fc
Revision 53596fc by Joshua Leung (master) February 3, 2010, 09:05 (GMT) |
Bugfix #20940: Offset always resets to 1 in follow path constraint Made the 'Offset Factor' setting use a separate variable from the 'Offset' setting in the DNA stuff. While we could get away with this sort of thing in the past, it turns out that with the Datablocks viewer these days, settings sharing an internal var but with different ranges/behaviour doesn't work well anymore, since later instances override earlier ones. |
Commit Details:
Full Hash: 53596fc6b8f47d9dec633b1ea5ae56a893d0cf3f
SVN Revision: 26571
Parent Commit: 742ef3b
Lines Changed: +10, -7