Blender Git Loki
Git Commits -> Revision f834707
April 10, 2020, 00:01 (GMT) |
Support displaying single checkbox for a value in split layouts Mockup: F7430498. This is technically quite difficult to support, due to how we create the split layouts for each item. With this commit, layout creators should be able to do it, even though it involves some boilerplate code. The followup commit will demonstrate how it can be done. |
Commit Details:
Full Hash: f8347075d07e962caace11ca0b7b1824530a73ae
Parent Commit: 27717c5
Lines Changed: +168, -55
6 Modified Paths:
/source/blender/editors/include/UI_interface.h (+3, -0) (Diff)
/source/blender/editors/interface/interface.c (+21, -4) (Diff)
/source/blender/editors/interface/interface_anim.c (+43, -10) (Diff)
/source/blender/editors/interface/interface_intern.h (+5, -0) (Diff)
/source/blender/editors/interface/interface_layout.c (+82, -41) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+14, -0) (Diff)
/source/blender/editors/interface/interface.c (+21, -4) (Diff)
/source/blender/editors/interface/interface_anim.c (+43, -10) (Diff)
/source/blender/editors/interface/interface_intern.h (+5, -0) (Diff)
/source/blender/editors/interface/interface_layout.c (+82, -41) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+14, -0) (Diff)