Blender Git Loki
Git Commits -> Revision 54cea98
Revision 54cea98 by Campbell Barton (master) August 4, 2017, 05:34 (GMT) |
Manipulator: add manipulator space matrix Render-border & crop-node 2d-cage manipulators where unreasonably complicated to implement because there was no good way to define the sub-region the manipulator was transforming in (render border within the camera's frame for example). Add matrix-space variable, remove scale property from cage2d manipulator, use matrix instead. |
Commit Details:
Full Hash: 54cea98046962a7557ce1b75b4a6146373bdda42
Parent Commit: 0a32959
Lines Changed: +71, -69
10 Modified Paths:
/source/blender/editors/manipulator_library/manipulator_library_utils.c (+2, -2) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/arrow3d_manipulator.c (+2, -0) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/cage2d_manipulator.c (+44, -62) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/dial3d_manipulator.c (+2, -0) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c (+2, -0) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/primitive3d_manipulator.c (+2, -0) (Diff)
/source/blender/editors/space_view3d/view3d_manipulator_camera.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator.c (+7, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+1, -0) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+4, -0) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/arrow3d_manipulator.c (+2, -0) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/cage2d_manipulator.c (+44, -62) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/dial3d_manipulator.c (+2, -0) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c (+2, -0) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/primitive3d_manipulator.c (+2, -0) (Diff)
/source/blender/editors/space_view3d/view3d_manipulator_camera.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator.c (+7, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+1, -0) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+4, -0) (Diff)