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:
authorNicholas Bishop <nicholasbishop@gmail.com>2006-12-06 05:28:15 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2006-12-06 05:28:15 +0300
commit4eb36442865338da80ae72d4a9f5c14aeac3e934 (patch)
treecc52280f46e887442d017da56fd5d87da813cbde /source/blender/src/toets.c
parentee0dccbf9644047ea7129fa854a66b2febad97f8 (diff)
Shift+Tab should exit sculptmode (same as for other modes)
Diffstat (limited to 'source/blender/src/toets.c')
-rw-r--r--source/blender/src/toets.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/toets.c b/source/blender/src/toets.c
index ba81d049cb5..9157ed7c0f0 100644
--- a/source/blender/src/toets.c
+++ b/source/blender/src/toets.c
@@ -694,6 +694,8 @@ int blenderqread(unsigned short event, short val)
set_texturepaint();
if(G.f & G_WEIGHTPAINT)
set_wpaint();
+ if(G.f & G_SCULPTMODE)
+ set_sculptmode();
}
break;