Blender Git Commit Log
Git Commits -> Revision 76e483e
Revision 76e483e by Joshua Leung (master) April 5, 2010, 03:37 (GMT) |
Durian Feature Request for Graph Editor: Border Select (optionally) considers handles Early when implementing the Graph Editor in 2.5, a key complaint that was levelled at the old 'IPO Editor' was that it was a constant annoyance that adjacent handles were getting selected in addition to the keyframes, when only the keyframes were intended. I solved this by making this default to only selecting keyframes and ignoring the handles, but this means that it isn't possible to batch move several handles at once. I've now improved this situation by adding an option to the border select operator (involved using Ctrl-B instead of B) which makes the handles get treated separately (as if they were separate verts, as in 2.4x). The default is still to only select keyframes, to have consistency with the DopeSheet... Also performed some more renaming work in the code... |
Commit Details:
Full Hash: 76e483edef060de768a55dc3ded93458deb23240
SVN Revision: 27997
Parent Commit: d329388
Lines Changed: +222, -78
5 Modified Paths:
/release/scripts/ui/space_graph.py (+1, -0) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+156, -61) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+36, -8) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+10, -3) (Diff)
/source/blender/editors/space_graph/graph_select.c (+19, -6) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+156, -61) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+36, -8) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+10, -3) (Diff)
/source/blender/editors/space_graph/graph_select.c (+19, -6) (Diff)