Blender Git Loki
Git Commits -> Revision d186ab6
Revision d186ab6 by Campbell Barton (master) August 9, 2017, 08:07 (GMT) |
Manipulator: grab3d - support for 2d views Also internal changes so arrow3d matches grab3d's behavior. Needed to add WM_MANIPULATOR_DRAW_OFFSET_SCALE flag so we can optionally apply offset in worldspace or screen scaled values. |
Commit Details:
Full Hash: d186ab6560414d9a817a84cc31a0a73f340c571c
Parent Commit: f0d4420
Lines Changed: +152, -57
8 Modified Paths:
/source/blender/editors/include/ED_manipulator_library.h (+2, -0) (Diff)
/source/blender/editors/manipulator_library/manipulator_library_intern.h (+2, -2) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/arrow2d_manipulator.c (+2, -2) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/arrow3d_manipulator.c (+40, -24) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c (+97, -25) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/primitive3d_manipulator.c (+4, -4) (Diff)
/source/blender/editors/transform/transform_manipulator.c (+1, -0) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+4, -0) (Diff)
/source/blender/editors/manipulator_library/manipulator_library_intern.h (+2, -2) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/arrow2d_manipulator.c (+2, -2) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/arrow3d_manipulator.c (+40, -24) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c (+97, -25) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/primitive3d_manipulator.c (+4, -4) (Diff)
/source/blender/editors/transform/transform_manipulator.c (+1, -0) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+4, -0) (Diff)