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:
authorMatt Ebb <matt@mke3.net>2010-01-25 13:05:17 +0300
committerMatt Ebb <matt@mke3.net>2010-01-25 13:05:17 +0300
commit41499247dbe947fdb18fe8def48f1c6b2a11bfd6 (patch)
tree052161a3143651041f5433d74cb1f30b48671741 /source/blender/makesdna
parent0a0f4c9d81cfa2a4b4a9999e1dc976bc417d7d54 (diff)
Add option to choose between radians or degrees for rotation units in the UI.
Setting is in Scene->unit settings with the others, degrees by default.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index d10c0451eb7..4caae9e1dfc 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1221,6 +1221,7 @@ typedef enum SculptFlags {
#define USER_UNIT_IMPERIAL 2
/* UnitSettings->flag */
#define USER_UNIT_OPT_SPLIT 1
+#define USER_UNIT_ROT_RADIANS 2
#ifdef __cplusplus