Blender Git Loki
Git Commits -> Revision 33060f8
Revision 33060f8 by Lukas Toenne (alembic_pointcache) March 3, 2015, 11:01 (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: 33060f829a0318957ee3d47e2e5fb1b9e7b50a07
Parent Commit: 1a9c74a
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)