Blender Git Commit Log
Git Commits -> Revision 70a5fcc
March 26, 2015, 13:12 (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: 70a5fccfb4fb38cba6c18e6edf0411f9017f0851
Parent Commit: 3e4cf67
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)