Blender Git Loki
Git Commits -> Revision 00ba48a
Revision 00ba48a by Campbell Barton (master) August 30, 2017, 16:00 (GMT) |
Manipulator: replace old cage2d manipulator Mostly internal changes, keeping both manipulators could have worked but there was no point long term. There are still some glitches to resolve, will work on those next. |
Commit Details:
Full Hash: 00ba48a6997d5421a899101b696e5f86c0bdef0a
Parent Commit: b448b02
Lines Changed: +442, -1122
1 Deleted Path:
/source/blender/editors/manipulator_library/manipulator_types/cage2d_rotate_manipulator.c (+0, -617)
12 Modified Paths:
/source/blender/editors/include/ED_manipulator_library.h (+0, -1) (Diff)
/source/blender/editors/manipulator_library/CMakeLists.txt (+0, -1) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/cage2d_manipulator.c (+297, -310) (Diff)
/source/blender/editors/space_api/spacetypes.c (+0, -1) (Diff)
/source/blender/editors/space_node/node_manipulators.c (+52, -61) (Diff)
/source/blender/editors/space_view3d/view3d_manipulator_camera.c (+18, -49) (Diff)
/source/blender/editors/space_view3d/view3d_manipulator_empty.c (+19, -44) (Diff)
/source/blender/editors/space_view3d/view3d_manipulator_lamp.c (+18, -27) (Diff)
/source/blender/editors/transform/transform_manipulator2d.c (+3, -6) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator.c (+21, -1) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+9, -4) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+5, -0) (Diff)
/source/blender/editors/manipulator_library/CMakeLists.txt (+0, -1) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/cage2d_manipulator.c (+297, -310) (Diff)
/source/blender/editors/space_api/spacetypes.c (+0, -1) (Diff)
/source/blender/editors/space_node/node_manipulators.c (+52, -61) (Diff)
/source/blender/editors/space_view3d/view3d_manipulator_camera.c (+18, -49) (Diff)
/source/blender/editors/space_view3d/view3d_manipulator_empty.c (+19, -44) (Diff)
/source/blender/editors/space_view3d/view3d_manipulator_lamp.c (+18, -27) (Diff)
/source/blender/editors/transform/transform_manipulator2d.c (+3, -6) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator.c (+21, -1) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+9, -4) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+5, -0) (Diff)