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
path: root/source
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-08-02 13:12:58 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2011-08-02 13:12:58 +0400
commitf1c68bdbec98edfd212e80aa7a80fe1f93c4a100 (patch)
treee92f25b3c70503834b3cf56e935f79ba51ae8a16 /source
parent1828e37794b33b3fd8bfabd00ffcbfe4fb774377 (diff)
Don't show NDOF guide by default.
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/interface/resources.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/resources.c b/source/blender/editors/interface/resources.c
index 16f3789ecb1..0c755180b3a 100644
--- a/source/blender/editors/interface/resources.c
+++ b/source/blender/editors/interface/resources.c
@@ -1587,7 +1587,7 @@ void init_userdef_do_versions(void)
if (U.ndof_sensitivity == 0.0f) {
U.ndof_sensitivity = 1.0f;
- U.ndof_flag = NDOF_SHOW_GUIDE | NDOF_LOCK_HORIZON |
+ U.ndof_flag = NDOF_LOCK_HORIZON |
NDOF_SHOULD_PAN | NDOF_SHOULD_ZOOM | NDOF_SHOULD_ROTATE;
}