From ae9ccec7c4594e17d5beef39bee52a3bcdd601cd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 4 Aug 2015 22:08:21 +1000 Subject: Missed from last commit --- source/blender/modifiers/intern/MOD_laplaciansmooth.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/modifiers/intern/MOD_laplaciansmooth.c') 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; -- cgit v1.2.3