From 88cd23914f02c7c9e9e4603ccf20e50cd2b49e5f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 19 Sep 2018 13:35:15 +1000 Subject: Gizmo: dial3d option to show the final angle Was showing modal-delta-angle, which isn't useful for the spin tool. --- source/blender/editors/include/ED_gizmo_library.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/include/ED_gizmo_library.h') diff --git a/source/blender/editors/include/ED_gizmo_library.h b/source/blender/editors/include/ED_gizmo_library.h index faf0040779f..610127269a3 100644 --- a/source/blender/editors/include/ED_gizmo_library.h +++ b/source/blender/editors/include/ED_gizmo_library.h @@ -190,6 +190,7 @@ enum { ED_GIZMO_DIAL_DRAW_FLAG_FILL = (1 << 1), ED_GIZMO_DIAL_DRAW_FLAG_ANGLE_MIRROR = (1 << 2), ED_GIZMO_DIAL_DRAW_FLAG_ANGLE_START_Y = (1 << 3), + ED_GIZMO_DIAL_DRAW_FLAG_ANGLE_VALUE = (1 << 4), }; /* -------------------------------------------------------------------- */ -- cgit v1.2.3