Blender Git Commit Log
Git Commits -> Revision cef6fb7
Revision cef6fb7 by Julian Eisel (userpref_redesign) February 27, 2018, 19:08 (GMT) |
Initial grouping/categorizing of settings sections Made this to work just like we define categories in menus: a enum item with only the UI-name set starts a new category with given name. Also added another uiLayout.prop option "group", not sure if thats such a nice way to do it though. Will check during review. |
Commit Details:
Full Hash: cef6fb72c8f8f21826da79873228f28129291732
Parent Commit: a9d1469
Lines Changed: +28, -11
5 Modified Paths:
/release/scripts/startup/bl_ui/space_userpref.py (+1, -1) (Diff)
/source/blender/editors/include/UI_interface.h (+2, -1) (Diff)
/source/blender/editors/interface/interface_layout.c (+13, -4) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+7, -2) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+5, -3) (Diff)
/source/blender/editors/include/UI_interface.h (+2, -1) (Diff)
/source/blender/editors/interface/interface_layout.c (+13, -4) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+7, -2) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+5, -3) (Diff)