Blender Git Commit Log
Git Commits -> Revision 754590d
Revision 754590d by Joshua Leung (master) December 23, 2008, 23:34 (GMT) |
2.5 - Action Editor Select Tools Ported the following tools * borderselect * invert selection Note: while porting these, I noticed a few issues with some stuff that still needs to be cleaned up. Events handling in scrollers won't work yet, for the useful select all in frame(-range) or select all in channel(s). We should probably review ways to expose this more clearly in the UI too. |
Commit Details:
Full Hash: 754590d0d857b6d362c78f28b875f98c012d444c
SVN Revision: 18035
Parent Commit: e48a4db
Lines Changed: +248, -14
6 Modified Paths:
/source/blender/editors/animation/anim_ops.c (+0, -1) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+9, -8) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+3, -0) (Diff)
/source/blender/editors/space_action/action_intern.h (+1, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+5, -0) (Diff)
/source/blender/editors/space_action/action_select.c (+230, -5) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+9, -8) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+3, -0) (Diff)
/source/blender/editors/space_action/action_intern.h (+1, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+5, -0) (Diff)
/source/blender/editors/space_action/action_select.c (+230, -5) (Diff)