Blender Git Commit Log
Git Commits -> Revision c1c5aca
Revision c1c5aca by Elia Sarti (master) December 7, 2009, 11:50 (GMT) |
Porting of Graph Editor's UI to python, just header done for now. Brecht, I added a Layout template function, template_dopesheet_filter -> uiTemplateDopeSheetFilter, this creates the group of buttons for filtering ID type (and some other options) for animation editors (Graph, NLA and Dopesheet). I hope this is all right, if not, we can move this maybe to a .py file as a function for reuse. |
Commit Details:
Full Hash: c1c5acae14517fa2e365816caf9041dbeb956ac0
SVN Revision: 25168
Parent Commit: cc166a8
Lines Changed: +244, -258
1 Added Path:
/release/scripts/ui/space_graph.py (+189, -0) (View)
5 Modified Paths:
/source/blender/editors/include/UI_interface.h (+1, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+47, -1) (Diff)
/source/blender/editors/space_graph/graph_header.c (+0, -238) (Diff)
/source/blender/editors/space_graph/space_graph.c (+2, -19) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+5, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+47, -1) (Diff)
/source/blender/editors/space_graph/graph_header.c (+0, -238) (Diff)
/source/blender/editors/space_graph/space_graph.c (+2, -19) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+5, -0) (Diff)