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_weightvgmix.c
parent023151868fa0e4c4f5ea0b2125bbae8ce8162bbb (diff)
parent18c9f7ef72a41210208e5fa914e22bdb848e465f (diff)
Merge branch 'blender-v2.90-release' into master
Diffstat (limited to 'source/blender/modifiers/intern/MOD_weightvgmix.c')
-rw-r--r--source/blender/modifiers/intern/MOD_weightvgmix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_weightvgmix.c b/source/blender/modifiers/intern/MOD_weightvgmix.c
index 9821ead2340..649481a7023 100644
--- a/source/blender/modifiers/intern/MOD_weightvgmix.c
+++ b/source/blender/modifiers/intern/MOD_weightvgmix.c
@@ -455,6 +455,8 @@ static Mesh *modifyMesh(ModifierData *md, const ModifierEvalContext *ctx, Mesh *
MEM_freeN(dw2);
MEM_SAFE_FREE(indices);
+ mesh->runtime.is_original = false;
+
/* Return the vgroup-modified mesh. */
return mesh;
}