Blender Git Commit Log
Git Commits -> Revision ee4c862
March 23, 2015, 11:23 (GMT) |
Use a uiTemplate function for showing cache library items instead of python code to unify symbols. This is necessary because the operator for adding new items (as opposed to the enable/disable button) cannot be shown with the same checkbox button. The UI template function can display a custom button for the operator, so the look becomes less confusing. |
Commit Details:
Full Hash: ee4c8629261dca74fc9d25999e3f6916188e616e
Parent Commit: f000702
Lines Changed: +76, -28
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_scene.py (+1, -28) (Diff)
/source/blender/editors/include/UI_interface.h (+3, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+56, -0) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+13, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blenderplayer/bad_level_call_stubs/stubs.c (+2, -0) (Diff)
/source/blender/editors/include/UI_interface.h (+3, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+56, -0) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+13, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blenderplayer/bad_level_call_stubs/stubs.c (+2, -0) (Diff)