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:
authorGeorge Vogiatzis <Gvgeo>2019-05-01 18:42:50 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-05-01 19:05:48 +0300
commita8bdb357b4c16f1c6fff818ca72f6a67f833a0ac (patch)
treeb17f9c46e76b5c6f1d9458ebe9ab04d5873a6e57 /source/blender/makesdna
parent5b7806510fe668fd36be45246d013b908afa33c6 (diff)
UI: move object origin size preference to themes
Differential Revision: https://developer.blender.org/D4657
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 621aa243d7c..4a7b46fc154 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -300,12 +300,12 @@ typedef struct ThemeSpace {
char keytype_keyframe_select[4], keytype_extreme_select[4], keytype_breakdown_select[4],
keytype_jitter_select[4], keytype_movehold_select[4];
char keyborder[4], keyborder_select[4];
- char _pad4[4];
+ char _pad4[3];
char console_output[4], console_input[4], console_info[4], console_error[4];
char console_cursor[4], console_select[4];
- char vertex_size, outline_width, facedot_size;
+ char vertex_size, outline_width, obcenter_dia, facedot_size;
char noodle_curving;
/* syntax for textwindow and nodes */
@@ -650,8 +650,7 @@ 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[2];
- short obcenter_dia;
+ char _pad12[4];
/** Rotating view icon size. */
short rvisize;
/** Rotating view icon brightness. */