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>2007-01-09 12:02:04 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2007-01-09 12:02:04 +0300
commit75fb905d6fcdc60e7696bc2ed654e0a50805590d (patch)
tree7b3fa9674f1b60a2b17300d11bc03adb87b081e7 /source/blender/src/editmesh_add.c
parent5e63ef784f40905512996c0992a3631c68b5c1c3 (diff)
Disallow CTRL+click to add verts when multires is enabled.
Diffstat (limited to 'source/blender/src/editmesh_add.c')
-rw-r--r--source/blender/src/editmesh_add.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/editmesh_add.c b/source/blender/src/editmesh_add.c
index ff5b4d1e8d7..750e5b24595 100644
--- a/source/blender/src/editmesh_add.c
+++ b/source/blender/src/editmesh_add.c
@@ -154,6 +154,7 @@ void add_click_mesh(void)
int done= 0;
TEST_EDITMESH
+ if(multires_test()) return;
INIT_MINMAX(min, max);