Blender Git Loki
Git Commits -> Revision 5bf61c9
Revision 5bf61c9 by Hans Goudey (modifier-panels-ui) April 10, 2020, 17:57 (GMT) |
Refactor saving and setting list panel expansion The public functions are named more sanely and their requirements are much simpler, with more of the logic handled internally by interface_panel.c. Also solves a bug saving and loading sub-subpanel expansion. |
Commit Details:
Full Hash: 5bf61c9d74b611a187849a1a148f2115f61e2d09
Parent Commit: 0c92724
Lines Changed: +84, -69
5 Modified Paths:
/source/blender/blenkernel/BKE_screen.h (+2, -2) (Diff)
/source/blender/editors/include/UI_interface.h (+13, -11) (Diff)
/source/blender/editors/interface/interface_panel.c (+62, -8) (Diff)
/source/blender/editors/interface/interface_templates.c (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_ui_common.c (+6, -47) (Diff)
/source/blender/editors/include/UI_interface.h (+13, -11) (Diff)
/source/blender/editors/interface/interface_panel.c (+62, -8) (Diff)
/source/blender/editors/interface/interface_templates.c (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_ui_common.c (+6, -47) (Diff)