Blender Git Commit Log
Git Commits -> Revision 27fcaa6
Revision 27fcaa6 by Julian Eisel (master) December 23, 2020, 13:34 (GMT) |
Cleanup: Move functions to new ED (editor) operators file & general cleanup With the new `ed_util_ops.c` introduced in 2250b5cefee7, existing code can be cleaned up to use it. * Move new ID preview operators to `ed_util_ops.c` * Move ED operator registration to `ed_util_ops.c` * Use doxygen sections in `ed_util_ops.c` * Rename ID related ED operators to use `ED_OT_lib_id_` prefix. * Remove unused `#include`s |
Commit Details:
Full Hash: 27fcaa61733827dbb81b69fdeec0db2f656c6f03
Parent Commit: 78d2ce1
Lines Changed: +148, -142
5 Modified Paths:
/source/blender/editors/include/ED_util.h (+0, -3) (Diff)
/source/blender/editors/interface/interface_templates.c (+2, -2) (Diff)
/source/blender/editors/screen/screen_ops.c (+0, -10) (Diff)
/source/blender/editors/util/ed_util.c (+0, -117) (Diff)
/source/blender/editors/util/ed_util_ops.c (+146, -10) (Diff)
/source/blender/editors/interface/interface_templates.c (+2, -2) (Diff)
/source/blender/editors/screen/screen_ops.c (+0, -10) (Diff)
/source/blender/editors/util/ed_util.c (+0, -117) (Diff)
/source/blender/editors/util/ed_util_ops.c (+146, -10) (Diff)