Blender Git Commit Log
Git Commits -> Revision 6c138fc
Revision 6c138fc by Joshua Leung (master) December 6, 2006, 02:37 (GMT) |
== Action Editor == Now it is possible to 'protect' action channels and constraint channels. * When a channel is 'protected', the only operation possible on keyframes is selection. All other operations are not able to be performed. * The padlock to the right of each channel's name toggles the protection status of that channel. You can only alter the protection status of one channel at a time. Todos: * Menus still pop up when trying to do stuff to keyframes even if all the keyframes selected are from protected channels. * Shapekey channels shown in action editor should also get locks |
Commit Details:
Full Hash: 6c138fc6a9117e88e65ff990443f2fecaa6d9550
SVN Revision: 9212
Parent Commit: 4eb3644
Lines Changed: +259, -120
6 Modified Paths:
/source/blender/include/BDR_drawaction.h (+2, -0) (Diff)
/source/blender/include/BIF_editaction.h (+2, -2) (Diff)
/source/blender/makesdna/DNA_action_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+2, -1) (Diff)
/source/blender/src/drawaction.c (+21, -5) (Diff)
/source/blender/src/editaction.c (+231, -112) (Diff)
/source/blender/include/BIF_editaction.h (+2, -2) (Diff)
/source/blender/makesdna/DNA_action_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+2, -1) (Diff)
/source/blender/src/drawaction.c (+21, -5) (Diff)
/source/blender/src/editaction.c (+231, -112) (Diff)