Blender Git Loki
Git Commits -> Revision eb9055a
Revision eb9055a by Hans Goudey (master) August 19, 2020, 15:37 (GMT) |
UI: Remove panel X axis closing code Horizontal panel alignment hasn't been used for years, and we have no plans to use it in the future. It adds a fair amount of complexity to the panel code which makes adding features take longer. This code removes the X closing flag, and all of the logic / variables unused without it. This commit includes a file subversion bump. Differential Revision: https://developer.blender.org/D8601 |
Commit Details:
Full Hash: eb9055a572c391e707e6a300067740d7ad4e0197
Parent Commit: f61927d
Lines Changed: +155, -335
7 Modified Paths:
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+52, -19) (Diff)
/source/blender/blenloader/intern/versioning_userdef.c (+6, -4) (Diff)
/source/blender/editors/include/UI_interface.h (+2, -8) (Diff)
/source/blender/editors/interface/interface_panel.c (+90, -298) (Diff)
/source/blender/editors/screen/area.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+2, -3) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+52, -19) (Diff)
/source/blender/blenloader/intern/versioning_userdef.c (+6, -4) (Diff)
/source/blender/editors/include/UI_interface.h (+2, -8) (Diff)
/source/blender/editors/interface/interface_panel.c (+90, -298) (Diff)
/source/blender/editors/screen/area.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+2, -3) (Diff)