Blender Git Commit Log
Git Commits -> Revision 91be2ba
Revision 91be2ba by Joshua Leung (master) January 5, 2009, 00:38 (GMT) |
2.5 - Various Cleanups/Fixes * Animation channels - cleaned up the code for selecting channels (removed various TODO stuff that's going to be replaced by something better later). Also, added back the ctrl-shift select feature for groups, which should be extended for other channels too at some stage. * Outliner - added missing flags to do-versions, and replaced the width calculations with the rna-width version for now, as that uses constant width of 100 with OL_X*indention |
Commit Details:
Full Hash: 91be2ba9b556a88877c4fa2f3c6ecd339f7e626a
SVN Revision: 18329
Parent Commit: 33dd818
Lines Changed: +258, -165
8 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+1, -2) (Diff)
/source/blender/editors/animation/anim_channels.c (+218, -143) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+4, -2) (Diff)
/source/blender/editors/include/ED_anim_api.h (+3, -0) (Diff)
/source/blender/editors/interface/view2d.c (+2, -1) (Diff)
/source/blender/editors/space_action/action_select.c (+3, -4) (Diff)
/source/blender/editors/space_outliner/outliner.c (+15, -9) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+12, -4) (Diff)
/source/blender/editors/animation/anim_channels.c (+218, -143) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+4, -2) (Diff)
/source/blender/editors/include/ED_anim_api.h (+3, -0) (Diff)
/source/blender/editors/interface/view2d.c (+2, -1) (Diff)
/source/blender/editors/space_action/action_select.c (+3, -4) (Diff)
/source/blender/editors/space_outliner/outliner.c (+15, -9) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+12, -4) (Diff)