Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-09-19 06:35:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-19 06:35:15 +0300
commit88cd23914f02c7c9e9e4603ccf20e50cd2b49e5f (patch)
treeab05ea730a1c925105390ee2ac21d97e1f0d30f7 /source/blender/editors/include/ED_gizmo_library.h
parent5739523b3ef85f7a385ee2f97c0804dd27d88844 (diff)
Gizmo: dial3d option to show the final angle
Was showing modal-delta-angle, which isn't useful for the spin tool.
Diffstat (limited to 'source/blender/editors/include/ED_gizmo_library.h')
-rw-r--r--source/blender/editors/include/ED_gizmo_library.h1
1 files changed, 1 insertions, 0 deletions
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),
};
/* -------------------------------------------------------------------- */