From 3c8e4e4180b680c6eefff9b3cab7bd091b19074f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 16 Aug 2018 16:14:03 +1000 Subject: Cursor Tool: add transform orientation type Support using the current transform orientation when placing the cursor. See: T55036 --- source/blender/editors/include/ED_view3d.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/include/ED_view3d.h') diff --git a/source/blender/editors/include/ED_view3d.h b/source/blender/editors/include/ED_view3d.h index 6b0c59fb557..fc204013a51 100644 --- a/source/blender/editors/include/ED_view3d.h +++ b/source/blender/editors/include/ED_view3d.h @@ -103,6 +103,7 @@ typedef struct ViewDepths { enum eV3DCursorOrient { V3D_CURSOR_ORIENT_NONE = 0, V3D_CURSOR_ORIENT_VIEW, + V3D_CURSOR_ORIENT_XFORM, V3D_CURSOR_ORIENT_GEOM, }; -- cgit v1.2.3