Blender Git Loki
Git Commits -> Revision 2d960ce
Revision 2d960ce by Ton Roosendaal (master) October 27, 2005, 16:25 (GMT) |
NLA & Action goodies; -> Locked Strip length When changing time of the animation curves in an Action, the strips in NLA just remained the same length, causing very confusing situations. By setting the strips to Locked (Nkey NLA window), it always updates the strip length to make sure all keys are included, and not more. From now on (not on old files) this is the default strip method. -> ALT+C clear size This menu has 2 options, the first clears the size, the 2nd remaps the action (only when you didnt use the new Lock feature). Both options are in the Pulldown menu too -> Key drawing The weird beveled button in Action/NLA didn't accurately show what time it was actually on. I've replaced it with an Icon now, diamond shaped, in a design derived from the TimeLine markers. |
Commit Details:
Full Hash: 2d960cea743ae30d5dc7018ad3a21c52d23231fe
SVN Revision: 5602
Parent Commit: 8fc7950
Lines Changed: +1604, -1497
9 Modified Paths:
/source/blender/include/BIF_editnla.h (+5, -1) (Diff)
/source/blender/makesdna/DNA_nla_types.h (+2, -0) (Diff)
/source/blender/src/blenderbuttons.c (+1464, -1455) (Diff)
/source/blender/src/drawaction.c (+37, -18) (Diff)
/source/blender/src/drawnla.c (+29, -13) (Diff)
/source/blender/src/editaction.c (+5, -1) (Diff)
/source/blender/src/editipo.c (+4, -1) (Diff)
/source/blender/src/editnla.c (+50, -7) (Diff)
/source/blender/src/header_nla.c (+8, -1) (Diff)
/source/blender/makesdna/DNA_nla_types.h (+2, -0) (Diff)
/source/blender/src/blenderbuttons.c (+1464, -1455) (Diff)
/source/blender/src/drawaction.c (+37, -18) (Diff)
/source/blender/src/drawnla.c (+29, -13) (Diff)
/source/blender/src/editaction.c (+5, -1) (Diff)
/source/blender/src/editipo.c (+4, -1) (Diff)
/source/blender/src/editnla.c (+50, -7) (Diff)
/source/blender/src/header_nla.c (+8, -1) (Diff)