From dd08d68df835e54ccd1fdf24ae154e461faab685 Mon Sep 17 00:00:00 2001 From: mano-wii Date: Tue, 20 Aug 2019 19:18:25 -0300 Subject: Transform: New Snap Option: Edge Perpendicular Part of T66420 Option for snapping to the nearest point of a reference coordinate. The patch also adds Edge Center and Perpendicular snaps to the ruler. {F7675906} Reviewers: campbellbarton, brecht Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D5543 --- source/blender/editors/gizmo_library/gizmo_types/move3d_gizmo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/gizmo_library') diff --git a/source/blender/editors/gizmo_library/gizmo_types/move3d_gizmo.c b/source/blender/editors/gizmo_library/gizmo_types/move3d_gizmo.c index 21f779b72b1..37ee95d5058 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/move3d_gizmo.c +++ b/source/blender/editors/gizmo_library/gizmo_types/move3d_gizmo.c @@ -283,6 +283,7 @@ static int gizmo_move_modal(bContext *C, .use_occlusion_test = true, }, mval_fl, + NULL, &dist_px, co, NULL)) { -- cgit v1.2.3