Blender Git Commit Log

Git Commits -> Revision 9d1c9e8

Revision 9d1c9e8 by Julian Eisel (modifier-panels-ui)
April 10, 2020, 00:03 (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: 9d1c9e86c43dec9007d82c18d2e3b17f133012c0
Parent Commit: fb58cc8
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)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021