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_normal_edit.c
parent023151868fa0e4c4f5ea0b2125bbae8ce8162bbb (diff)
parent18c9f7ef72a41210208e5fa914e22bdb848e465f (diff)
Merge branch 'blender-v2.90-release' into master
Diffstat (limited to 'source/blender/modifiers/intern/MOD_normal_edit.c')
-rw-r--r--source/blender/modifiers/intern/MOD_normal_edit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_normal_edit.c b/source/blender/modifiers/intern/MOD_normal_edit.c
index 66ab6b9e4db..f22ece11726 100644
--- a/source/blender/modifiers/intern/MOD_normal_edit.c
+++ b/source/blender/modifiers/intern/MOD_normal_edit.c
@@ -637,6 +637,8 @@ static Mesh *normalEditModifier_do(NormalEditModifierData *enmd,
CustomData_free_layers(pdata, CD_NORMAL, num_polys);
MEM_SAFE_FREE(loopnors);
+ result->runtime.is_original = false;
+
return result;
}