Blender Git Loki
Git Commits -> Revision 5587e9b
Revision 5587e9b by Brecht Van Lommel (master) June 3, 2009, 23:33 (GMT) |
UI: * First step for buttons context browsing, read-only still. * Drawn in a panel now, though this should become a separate region. * Path of the context is constructed as an array of RNA pointers and then used for drawing and context lookups from python. |
Commit Details:
Full Hash: 5587e9bd09d7e23526775cd01b8e7bb75578e7d1
SVN Revision: 20616
Parent Commit: 4df00c6
Lines Changed: +461, -96
10 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+12, -6) (Diff)
/source/blender/editors/interface/interface_panel.c (+1, -1) (Diff)
/source/blender/editors/preview/previewrender.c (+1, -1) (Diff)
/source/blender/editors/screen/area.c (+1, -1) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+430, -79) (Diff)
/source/blender/editors/space_buttons/buttons_intern.h (+2, -0) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+8, -3) (Diff)
/source/blender/editors/space_outliner/outliner.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_texture.c (+1, -0) (Diff)
/source/blender/editors/interface/interface_panel.c (+1, -1) (Diff)
/source/blender/editors/preview/previewrender.c (+1, -1) (Diff)
/source/blender/editors/screen/area.c (+1, -1) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+430, -79) (Diff)
/source/blender/editors/space_buttons/buttons_intern.h (+2, -0) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+8, -3) (Diff)
/source/blender/editors/space_outliner/outliner.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_texture.c (+1, -0) (Diff)