Blender Git Loki
Git Commits -> Revision 4df1836
Revision 4df1836 by Brecht Van Lommel (master) July 15, 2009, 19:19 (GMT) |
2.5: User Preferences * Added basic infrastructure to layout user preferences. The intention is that you open a user preferences space in place of the buttons space, and have panels there. * The existing sections don't have to be followed, it's easy to create different ones, just change the user_pref_sections enum in RNA. * This will get separated from the info header later. |
Commit Details:
Full Hash: 4df1836325bd2847f3c88eb6fafa98e7bafea81c
SVN Revision: 21604
Parent Commit: 097d05a
Lines Changed: +53, -62
8 Modified Paths:
/release/ui/space_info.py (+27, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -0) (Diff)
/source/blender/editors/interface/interface_panel.c (+2, -0) (Diff)
/source/blender/editors/interface/resources.c (+3, -1) (Diff)
/source/blender/editors/screen/area.c (+3, -1) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+0, -31) (Diff)
/source/blender/editors/space_info/space_info.c (+3, -29) (Diff)
/source/blender/makesrna/intern/rna_context.c (+12, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -0) (Diff)
/source/blender/editors/interface/interface_panel.c (+2, -0) (Diff)
/source/blender/editors/interface/resources.c (+3, -1) (Diff)
/source/blender/editors/screen/area.c (+3, -1) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+0, -31) (Diff)
/source/blender/editors/space_info/space_info.c (+3, -29) (Diff)
/source/blender/makesrna/intern/rna_context.c (+12, -0) (Diff)