Blender Git Commit Log
Git Commits -> Revision 68c96b8
Revision 68c96b8 by Hans Goudey (modifier-panels-ui) March 28, 2020, 04:18 (GMT) |
Add a modifier callback to register UI panels The modifier UI is defined in each modifier file. This commit only implements the callback for a few modifiers, with work in progress UI. New common UI functions handle the common parts of registering panels and retrieving modifier pointers from them. |
Commit Details:
Full Hash: 68c96b8bb2760baf7c3f9447b0a13080dc824ead
Parent Commit: a8bb0af
Lines Changed: +828, -0
2 Added Paths:
/source/blender/modifiers/intern/MOD_ui_common.c (+232, -0) (View)
/source/blender/modifiers/intern/MOD_ui_common.h (+94, -0) (View)
/source/blender/modifiers/intern/MOD_ui_common.h (+94, -0) (View)
7 Modified Paths:
/source/blender/blenkernel/BKE_modifier.h (+9, -0) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+12, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+5, -0) (Diff)
/source/blender/modifiers/intern/MOD_array.c (+105, -0) (Diff)
/source/blender/modifiers/intern/MOD_bevel.c (+135, -0) (Diff)
/source/blender/modifiers/intern/MOD_boolean.c (+41, -0) (Diff)
/source/blender/modifiers/intern/MOD_datatransfer.c (+195, -0) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+12, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+5, -0) (Diff)
/source/blender/modifiers/intern/MOD_array.c (+105, -0) (Diff)
/source/blender/modifiers/intern/MOD_bevel.c (+135, -0) (Diff)
/source/blender/modifiers/intern/MOD_boolean.c (+41, -0) (Diff)
/source/blender/modifiers/intern/MOD_datatransfer.c (+195, -0) (Diff)