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>2015-08-04 15:08:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-08-04 15:08:21 +0300
commitae9ccec7c4594e17d5beef39bee52a3bcdd601cd (patch)
treeb9b82ea3ce5a6e57b9c39e61d52c7a1e9e819d62 /source/blender/modifiers/intern/MOD_laplaciansmooth.c
parentf1a9a8cbfddd0fe62e8a72b4d2c8c13852d216b6 (diff)
Missed from last commit
Diffstat (limited to 'source/blender/modifiers/intern/MOD_laplaciansmooth.c')
-rw-r--r--source/blender/modifiers/intern/MOD_laplaciansmooth.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/modifiers/intern/MOD_laplaciansmooth.c b/source/blender/modifiers/intern/MOD_laplaciansmooth.c
index 6a72c92c559..5578e9d66ef 100644
--- a/source/blender/modifiers/intern/MOD_laplaciansmooth.c
+++ b/source/blender/modifiers/intern/MOD_laplaciansmooth.c
@@ -415,8 +415,6 @@ static void laplaciansmoothModifier_do(
int i, iter;
int defgrp_index;
- DM_ensure_tessface(dm);
-
sys = init_laplacian_system(dm->getNumEdges(dm), dm->getNumPolys(dm), dm->getNumLoops(dm), numVerts);
if (!sys) {
return;