Blender Git Loki
Git Commits -> Revision 00f3d83
Revision 00f3d83 by Joshua Leung (master) October 20, 2009, 12:04 (GMT) |
Graph Editor: Added 2D Cursor I've finally given in, and implemented a '2d-cursor' for the Graph Editor. This is simply represented as an additional horizontal line that meets with the current frame indicator, forming a cross-hair. It can be disabled from the View menu. Currently, the only tool which takes this into account is the Snapping tools (Shift-S), where I've hooked up a tool I added some time ago. TODO: - expose this cursor to the transform tools for scaling/rotation options... |
Commit Details:
Full Hash: 00f3d83b6ab5f4f9ee4f69457e492db72a03cf30
SVN Revision: 23998
Parent Commit: ec6bccf
Lines Changed: +202, -75
10 Modified Paths:
/source/blender/editors/animation/anim_draw.c (+1, -1) (Diff)
/source/blender/editors/animation/anim_ops.c (+17, -9) (Diff)
/source/blender/editors/armature/editarmature.c (+6, -57) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+6, -1) (Diff)
/source/blender/editors/space_graph/graph_header.c (+2, -0) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+132, -4) (Diff)
/source/blender/editors/space_graph/space_graph.c (+21, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+5, -3) (Diff)
/source/blender/makesrna/intern/rna_space.c (+11, -0) (Diff)
/source/blender/editors/animation/anim_ops.c (+17, -9) (Diff)
/source/blender/editors/armature/editarmature.c (+6, -57) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+6, -1) (Diff)
/source/blender/editors/space_graph/graph_header.c (+2, -0) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+132, -4) (Diff)
/source/blender/editors/space_graph/space_graph.c (+21, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+5, -3) (Diff)
/source/blender/makesrna/intern/rna_space.c (+11, -0) (Diff)