Blender Git Commit Log
Git Commits -> Revision b33b6ba
Revision b33b6ba by Joshua Leung (master) August 24, 2009, 04:31 (GMT) |
2.5 - Sliders in Animation Editors The 'Show Sliders' option for DopeSheet and Graph Editors now works again. When this option is enabled (it is disabled by default), a slider (or combobox) is shown beside the mute/lock toggles for F-Curves. Editing the slider will result in a new keyframe being added on the current frame. So, for all the (ex)-Maya animators out there, you can now animate in a channelbox-like way. :) Also in this commit: * Fixed some warnings in modifier.c from previous commits there * Fixed some refresh problems with DopeSheet channel list (which were only obvious after adding back the sliders) * Removed the old/unrestored and nasty slider code used in the past by the Action Editor only. |
Commit Details:
Full Hash: b33b6babbd2e5b87dcf0dee35074120cbcf5f934
SVN Revision: 22736
Parent Commit: 365783c
Lines Changed: +125, -367
9 Modified Paths:
/source/blender/blenkernel/intern/modifier.c (+1, -0) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+109, -29) (Diff)
/source/blender/editors/animation/anim_ipo_utils.c (+1, -2) (Diff)
/source/blender/editors/interface/interface_widgets.c (+1, -1) (Diff)
/source/blender/editors/space_action/action_draw.c (+3, -333) (Diff)
/source/blender/editors/space_action/space_action.c (+2, -1) (Diff)
/source/blender/editors/space_graph/graph_header.c (+3, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+4, -0) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+109, -29) (Diff)
/source/blender/editors/animation/anim_ipo_utils.c (+1, -2) (Diff)
/source/blender/editors/interface/interface_widgets.c (+1, -1) (Diff)
/source/blender/editors/space_action/action_draw.c (+3, -333) (Diff)
/source/blender/editors/space_action/space_action.c (+2, -1) (Diff)
/source/blender/editors/space_graph/graph_header.c (+3, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+4, -0) (Diff)