Blender Git Commit Log
Git Commits -> Revision 99e4e1f
Revision 99e4e1f by Joshua Leung (master) April 13, 2007, 11:15 (GMT) |
== Action Editor - Individual IPO-Curves Now Shown == Continuing on from my previous 'Expandable/Collapsable Action Channel' commit, this commit introduces the ability to show/hide the keyframes in each ipo-curve represented by an Action Channel. When you expand an Action-Channel by clicking on the triangle beside its name, you will now be presented with options to show/hide the ipo-curves represented by the Action-Channel, and/or the Constraint Channels belonging to that Action-Channel. Actual ipo-curves will not be drawn in the Action-Editor, but the keyframes will be shown. Screenshot: * http://wiki.blender.org/index.php/Image:244_ActionEditor_SubTracks_01.png Possibly Coming Soon/Further Work: * 'Protection' options for ipo-curves (currently disabled in code, as all IPO-related tools will need to be made aware of this) * Sliders for IPO-Curve Channels of the active Action-Channel |
Commit Details:
Full Hash: 99e4e1fcb793abbd2563311dd9682bcd02e6e375
SVN Revision: 10519
Parent Commit: 54efb4c
Lines Changed: +727, -242
8 Modified Paths:
/source/blender/include/BIF_editaction.h (+11, -14) (Diff)
/source/blender/include/BSE_editipo.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_action_types.h (+3, -1) (Diff)
/source/blender/makesdna/DNA_ipo_types.h (+1, -0) (Diff)
/source/blender/src/drawaction.c (+179, -41) (Diff)
/source/blender/src/editaction.c (+482, -185) (Diff)
/source/blender/src/editipo_lib.c (+47, -0) (Diff)
/source/blender/src/editipo_mods.c (+1, -1) (Diff)
/source/blender/include/BSE_editipo.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_action_types.h (+3, -1) (Diff)
/source/blender/makesdna/DNA_ipo_types.h (+1, -0) (Diff)
/source/blender/src/drawaction.c (+179, -41) (Diff)
/source/blender/src/editaction.c (+482, -185) (Diff)
/source/blender/src/editipo_lib.c (+47, -0) (Diff)
/source/blender/src/editipo_mods.c (+1, -1) (Diff)