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:
authorCampbell Barton <ideasman42@gmail.com>2007-04-09 15:15:23 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-04-09 15:15:23 +0400
commit525e7ac8d0b40b5f11fe9247f8be74a259f5e889 (patch)
treeb8351602d141ded6dc181225fdd79a59366c10a3 /source/blender/makesdna
parentad88bfae38f1ae6484eb1dfcff306fb51dc281e9 (diff)
smooth view transformations, set the smoothview value to about 250 and the view animates when you switch between side, top etc.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index d486f8eae5f..6d2f9411ebf 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -179,6 +179,8 @@ typedef struct UserDef {
char versemaster[160];
char verseuser[160];
short recent_files; /* maximum number of recently used files to remember */
+ short smooth_viewtx; /* miliseconds to spend spinning the view */
+ char pad[6];
} UserDef;
extern UserDef U; /* from usiblender.c !!!! */