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:
authorTon Roosendaal <ton@blender.org>2006-11-08 15:46:41 +0300
committerTon Roosendaal <ton@blender.org>2006-11-08 15:46:41 +0300
commita0354619c77747abe47e4f60a3b26f63f433d40a (patch)
tree25448d2f46d94662859d47a7f9d9014b93b5a3ee /source/blender/makesdna
parent6685c0d571059e1ad84cd4617e18301d9090dbca (diff)
Patch #5091, by Ramon Carlos Ruiz
For numerical pad 2-4-6-8, it adds a step value in degrees in the User Presets. Code had to be rewritten some... :)
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index f9db4633280..cf970cd9fbf 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -170,13 +170,13 @@ typedef struct UserDef {
int textimeout, texcollectrate;
int memcachelimit;
short frameserverport;
- short pad;
+ short pad_rot_angle; /*control the rotation step of the view when PAD2,PAD4,PAD6&PAD8 is use*/
short obcenter_dia;
- short rvisize; /* rotating view icon size */
- short rvibright; /* rotating view icon brightness */
+ short rvisize; /* rotating view icon size */
+ short rvibright; /* rotating view icon brightness */
char versemaster[160];
char verseuser[160];
- short pad1;
+ short pad;
} UserDef;
extern UserDef U; /* from usiblender.c !!!! */