Blender Git Commit Log
Git Commits -> Revision 17ff2ab
Revision 17ff2ab by Campbell Barton (custom-manipulators) June 8, 2017, 09:26 (GMT) |
RNA: Add registerable wmWidgetType Works on a basic level - creating Python widgetgroups and widgets, drawing. Still lots more to do though. |
Commit Details:
Full Hash: 17ff2ab25450d3660ae9828a4e9e9e92b334615b
Parent Commit: c7612fc
Lines Changed: +686, -477
1 Added Path:
/source/blender/editors/manipulator_library/manipulator_library_presets.c (+83, -0) (View)
1 Deleted Path:
/source/blender/windowmanager/manipulators/intern/manipulator_library/manipulator_library_presets.c (+0, -83)
20 Modified Paths:
/build_files/cmake/macros.cmake (+1, -1) (Diff)
/source/blender/editors/include/ED_manipulator_library.h (+12, -0) (Diff)
/source/blender/editors/manipulator_library/arrow2d_manipulator.c (+3, -3) (Diff)
/source/blender/editors/manipulator_library/arrow3d_manipulator.c (+3, -3) (Diff)
/source/blender/editors/manipulator_library/cage2d_manipulator.c (+3, -3) (Diff)
/source/blender/editors/manipulator_library/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/manipulator_library/dial3d_manipulator.c (+3, -3) (Diff)
/source/blender/editors/manipulator_library/facemap3d_manipulator.c (+3, -3) (Diff)
/source/blender/editors/manipulator_library/primitive3d_manipulator.c (+3, -3) (Diff)
/source/blender/editors/space_view3d/view3d_manipulators.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator.c (+409, -208) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator_api.c (+4, -115) (Diff)
/source/blender/python/intern/bpy_manipulator_wrap.c (+75, -12) (Diff)
/source/blender/python/intern/bpy_manipulator_wrap.h (+2, -1) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+61, -24) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c (+2, -2) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c (+1, -1) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+7, -6) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_fn.h (+2, -1) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+7, -4) (Diff)
/source/blender/editors/include/ED_manipulator_library.h (+12, -0) (Diff)
/source/blender/editors/manipulator_library/arrow2d_manipulator.c (+3, -3) (Diff)
/source/blender/editors/manipulator_library/arrow3d_manipulator.c (+3, -3) (Diff)
/source/blender/editors/manipulator_library/cage2d_manipulator.c (+3, -3) (Diff)
/source/blender/editors/manipulator_library/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/manipulator_library/dial3d_manipulator.c (+3, -3) (Diff)
/source/blender/editors/manipulator_library/facemap3d_manipulator.c (+3, -3) (Diff)
/source/blender/editors/manipulator_library/primitive3d_manipulator.c (+3, -3) (Diff)
/source/blender/editors/space_view3d/view3d_manipulators.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator.c (+409, -208) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator_api.c (+4, -115) (Diff)
/source/blender/python/intern/bpy_manipulator_wrap.c (+75, -12) (Diff)
/source/blender/python/intern/bpy_manipulator_wrap.h (+2, -1) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+61, -24) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c (+2, -2) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c (+1, -1) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+7, -6) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_fn.h (+2, -1) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+7, -4) (Diff)