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:
authorAntony Riakiotakis <kalast@gmail.com>2015-06-11 19:12:26 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-06-11 19:13:22 +0300
commit8c2619a11a155ecd8c331eb383a9c0749bb965ab (patch)
treeefd5fe36f5335a54b50db9aec0bf831d60d4eaf3 /source/blender/makesdna/DNA_userdef_types.h
parent939948c23384119dbcc7d94614cabf76dde22391 (diff)
Fix T45032 allow float rotational values for numpad rotation
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 af0c3bfbf0e..3a0e346d0c8 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -490,8 +490,10 @@ typedef struct UserDef {
short dragthreshold;
int memcachelimit;
int prefetchframes;
+ float pad_rot_angle; /* control the rotation step of the view when PAD2, PAD4, PAD6&PAD8 is use */
+ float pad3;
short frameserverport;
- short pad_rot_angle; /* control the rotation step of the view when PAD2, PAD4, PAD6&PAD8 is use */
+ short pad4;
short obcenter_dia;
short rvisize; /* rotating view icon size */
short rvibright; /* rotating view icon brightness */