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:
authorHarley Acheson <harley.acheson@gmail.com>2021-01-24 00:10:07 +0300
committerHarley Acheson <harley.acheson@gmail.com>2021-01-24 00:10:07 +0300
commitded9484925edd768cb80e1ca1c32c964fd941800 (patch)
treec24d2156be3c0af28a724bbcee5561a23c1aedca /source/blender/makesdna/DNA_userdef_types.h
parentaaa1d580548d27d946a8f97fc7c6e99f8fd40f1c (diff)
UI: Viewport Navigate Gizmo Refactor
Simplification and changes to the Navigation gizmo. Better indication of negative axes, consistent use of color and size to indicate orientation, ability to be resized. Differential Revision: https://developer.blender.org/D9744 Reviewed by Campbell Barton
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index f620602f051..114af653e4b 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -773,7 +773,9 @@ typedef struct UserDef {
int prefetchframes;
/** Control the rotation step of the view when PAD2, PAD4, PAD6&PAD8 is use. */
float pad_rot_angle;
- char _pad12[4];
+ /** Navigate gizmo size. */
+ char gizmo_size_navigate_v3d;
+ char _pad12[3];
/** Rotating view icon size. */
short rvisize;
/** Rotating view icon brightness. */