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-19 21:38:21 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2006-12-19 21:38:21 +0300
commit83e3545f9e5d34552bc6813fd208a039ea6da9aa (patch)
tree7a661f6df30ea2c5b8c268dfcaba3412a705fe68 /source/blender/src/editmesh_add.c
parent2260add0f0a3a673b318a805b7eec4bf4657fcd6 (diff)
Prevent user from duplicating elements in edit mode while multires is active.
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 0a98f4a67e2..dbd10dd71e4 100644
--- a/source/blender/src/editmesh_add.c
+++ b/source/blender/src/editmesh_add.c
@@ -757,6 +757,7 @@ void adduplicate_mesh(void)
{
TEST_EDITMESH
+ if(multires_test()) return;
waitcursor(1);