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:
authorCampbell Barton <ideasman42@gmail.com>2020-08-11 14:48:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-11 14:48:51 +0300
commit24c2c488e765622b24257c01eebc68838c9c4fcb (patch)
tree0837515ad92635f170258b81092f88bd5767c01c /source/blender/modifiers/intern/MOD_weightvgedit.c
parent023151868fa0e4c4f5ea0b2125bbae8ce8162bbb (diff)
parent18c9f7ef72a41210208e5fa914e22bdb848e465f (diff)
Merge branch 'blender-v2.90-release' into master
Diffstat (limited to 'source/blender/modifiers/intern/MOD_weightvgedit.c')
-rw-r--r--source/blender/modifiers/intern/MOD_weightvgedit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_weightvgedit.c b/source/blender/modifiers/intern/MOD_weightvgedit.c
index 6bb4f3dc1b5..4f67fd88d4e 100644
--- a/source/blender/modifiers/intern/MOD_weightvgedit.c
+++ b/source/blender/modifiers/intern/MOD_weightvgedit.c
@@ -312,6 +312,8 @@ static Mesh *modifyMesh(ModifierData *md, const ModifierEvalContext *ctx, Mesh *
MEM_freeN(new_w);
MEM_freeN(dw);
+ mesh->runtime.is_original = false;
+
/* Return the vgroup-modified mesh. */
return mesh;
}