Blender Git Commit Log

Git Commits -> Revision b257acf

Revision b257acf by Joshua Leung (master)
August 16, 2009, 02:21 (GMT)
Animation Editors: Code Cleanups (for Channel Lists) Part 2

Now the mute/protect/expand/etc. toggles are drawn using UI widgets. This means that special event handling code to determine when they were clicked on is no longer needed, and also means that there can now be tooltips for these items too.

Also, added visibility toggles for ID-block expanders, which will cause all the F-Curves in the linked datablock to not get drawn. The backend filtering code to make this work will come later...

Commit Details:

Full Hash: b257acfed11e8d98eb7c86e0908acf80fb9e27af
SVN Revision: 22490
Parent Commit: ebf1c5f
Lines Changed: +542, -486

14 Modified Paths:

/source/blender/editors/animation/anim_channels_defines.c (+263, -26) (Diff)
/source/blender/editors/animation/anim_channels_edit.c (+64, -222) (Diff)
/source/blender/editors/include/ED_anim_api.h (+2, -0) (Diff)
/source/blender/editors/space_action/action_draw.c (+40, -14) (Diff)
/source/blender/editors/space_action/action_intern.h (+1, -1) (Diff)
/source/blender/editors/space_action/space_action.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+40, -14) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+1, -1) (Diff)
/source/blender/editors/space_graph/space_graph.c (+1, -1) (Diff)
/source/blender/editors/space_nla/nla_channels.c (+9, -178) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+66, -26) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+52, -0) (Diff)
/source/blender/editors/space_nla/nla_intern.h (+1, -1) (Diff)
/source/blender/editors/space_nla/space_nla.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021