Blender Git Loki
Git Commits -> Revision f3a2f73
Revision f3a2f73 by Hans Goudey (modifier-panels-ui) April 14, 2020, 20:29 (GMT) |
Add margin and rounded corners to list panels This helps differentiate them from regular panels and makes it clearer that they are separate from each other. Also added a list panel subpanel flag to avoid always searching parents to see if a panel belongs to a list panel. |
Commit Details:
Full Hash: f3a2f735a29c2589d43f21b29084c3209f17b793
Parent Commit: a284ac3
Lines Changed: +71, -17
5 Modified Paths:
/source/blender/editors/include/UI_interface.h (+3, -0) (Diff)
/source/blender/editors/interface/interface_panel.c (+62, -15) (Diff)
/source/blender/editors/screen/area.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+3, -1) (Diff)
/source/blender/modifiers/intern/MOD_ui_common.c (+1, -1) (Diff)
/source/blender/editors/interface/interface_panel.c (+62, -15) (Diff)
/source/blender/editors/screen/area.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+3, -1) (Diff)
/source/blender/modifiers/intern/MOD_ui_common.c (+1, -1) (Diff)