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>2010-03-14 21:08:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-14 21:08:12 +0300
commitd8d92b5d93e3553150fe9f28f1efbc4c3534c395 (patch)
tree90bad0e4184e7527f59a65c368eba461d804b40a /source/blender/makesdna
parenta892bd6976be9e73796a320a36246171ddc59da0 (diff)
user preference to disable the splash screen
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 7ed30b3e876..4ebc2594c8f 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -454,6 +454,7 @@ extern UserDef U; /* from blenkernel blender.c */
#define USER_CONTINUOUS_MOUSE (1 << 24)
#define USER_ZOOM_INVERT (1 << 25)
#define USER_ZOOM_DOLLY_HORIZ (1 << 26)
+#define USER_SPLASH_DISABLE (1 << 27)
/* Auto-Keying mode */
/* AUTOKEY_ON is a bitflag */