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-31 13:51:21 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2006-12-31 13:51:21 +0300
commit9903c78c12d20825d86e54e4cda18104596a0fa3 (patch)
tree73438a412d412432925ef7933c6562e2a67f9fc9 /source/blender/src/editmesh_mods.c
parentc101ee5d22e38f505535b12484e8c5e8f22e4bd2 (diff)
Prevent user from applying editmode operations that will be ignored by multires.
Diffstat (limited to 'source/blender/src/editmesh_mods.c')
-rw-r--r--source/blender/src/editmesh_mods.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/editmesh_mods.c b/source/blender/src/editmesh_mods.c
index 1102c69113c..c7b34068b3e 100644
--- a/source/blender/src/editmesh_mods.c
+++ b/source/blender/src/editmesh_mods.c
@@ -2576,6 +2576,8 @@ void editmesh_mark_seam(int clear)
{
EditMesh *em= G.editMesh;
EditEdge *eed;
+
+ if(multires_level1_test()) return;
/* auto-enable seams drawing */
if(clear==0) {