Blender Git Loki
Git Commits -> Revision b2b3c99
Revision b2b3c99 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) April 6, 2015, 23:40 (GMT) |
Widgify the Graph Editor backdrop Adds the basic cage widget to the Graph Editor backdrop. The backdrop drawing while scaling needs to be corrected still, but besides from that (almost) everything works now. |
Commit Details:
Full Hash: b2b3c996283f624de6a9b35c70497df255656a38
Parent Commit: 171a2c0
Lines Changed: +203, -3
6 Modified Paths:
/source/blender/blenloader/intern/versioning_270.c (+16, -0) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+151, -0) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+2, -0) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+4, -0) (Diff)
/source/blender/editors/space_graph/space_graph.c (+27, -3) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+151, -0) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+2, -0) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+4, -0) (Diff)
/source/blender/editors/space_graph/space_graph.c (+27, -3) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)