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_extrude.c
parente28d2e51843ee62e44a9f16a16924715bb57ce29 (diff)
parentb2d850efc0ec5a9d829e6bd5d2b598077c71ee1f (diff)
Merge branch 'blender-v2.83-release'
Diffstat (limited to 'source/blender/modifiers/intern/MOD_solidify_extrude.c')
-rw-r--r--source/blender/modifiers/intern/MOD_solidify_extrude.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/modifiers/intern/MOD_solidify_extrude.c b/source/blender/modifiers/intern/MOD_solidify_extrude.c
index 4c4c25ec449..e842e81f97f 100644
--- a/source/blender/modifiers/intern/MOD_solidify_extrude.c
+++ b/source/blender/modifiers/intern/MOD_solidify_extrude.c
@@ -1231,10 +1231,6 @@ Mesh *MOD_solidify_extrude_modifyMesh(ModifierData *md, const ModifierEvalContex
MEM_freeN(poly_nors);
}
- if (numPolys == 0 && numVerts != 0) {
- modifier_setError(md, "Faces needed for useful output");
- }
-
return result;
}