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:
authorBastien Montagne <bastien@blender.org>2020-05-01 12:47:55 +0300
committerBastien Montagne <bastien@blender.org>2020-05-01 12:47:55 +0300
commitd1c0d77e185054bbcffcdd7fcaa07522e9ee755d (patch)
treedb5fa1ec0604144c496b60521a930d09e10b50a1 /source/blender/modifiers/intern/MOD_solidify_nonmanifold.c
parente28d2e51843ee62e44a9f16a16924715bb57ce29 (diff)
parentb2d850efc0ec5a9d829e6bd5d2b598077c71ee1f (diff)
Merge branch 'blender-v2.83-release'
Diffstat (limited to 'source/blender/modifiers/intern/MOD_solidify_nonmanifold.c')
-rw-r--r--source/blender/modifiers/intern/MOD_solidify_nonmanifold.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_solidify_nonmanifold.c b/source/blender/modifiers/intern/MOD_solidify_nonmanifold.c
index b3c5313999f..d237b55e900 100644
--- a/source/blender/modifiers/intern/MOD_solidify_nonmanifold.c
+++ b/source/blender/modifiers/intern/MOD_solidify_nonmanifold.c
@@ -149,7 +149,6 @@ Mesh *MOD_solidify_nonmanifold_modifyMesh(ModifierData *md,
const uint numLoops = (uint)mesh->totloop;
if (numPolys == 0 && numVerts != 0) {
- modifier_setError(md, "Faces needed for useful output");
return mesh;
}