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:
authorCampbell Barton <ideasman42@gmail.com>2014-05-15 08:25:04 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-15 08:25:04 +0400
commitc62cb4416d43990f8c87556f024c87e6615ecd2e (patch)
tree04123026178f8a3a73739f2ac515c3b525a22981 /source
parent9892f038efc32f54759d6cb214d2e898c5d777e6 (diff)
Disable auto-perspective by default, see T40153
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/interface/resources.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/interface/resources.c b/source/blender/editors/interface/resources.c
index 16550327a5e..998577ab0c1 100644
--- a/source/blender/editors/interface/resources.c
+++ b/source/blender/editors/interface/resources.c
@@ -2445,7 +2445,6 @@ void init_userdef_factory(void)
{
/* defaults from T37518 */
- U.uiflag |= USER_AUTOPERSP;
U.uiflag |= USER_ZBUF_CURSOR;
U.uiflag |= USER_QUIT_PROMPT;
U.uiflag |= USER_CONTINUOUS_MOUSE;