[Bf-blender-cvs] [ae9ccec] master: Missed from last commit

Campbell Barton noreply at git.blender.org
Tue Aug 4 14:13:32 CEST 2015


Commit: ae9ccec7c4594e17d5beef39bee52a3bcdd601cd
Author: Campbell Barton
Date:   Tue Aug 4 22:08:21 2015 +1000
Branches: master
https://developer.blender.org/rBae9ccec7c4594e17d5beef39bee52a3bcdd601cd

Missed from last commit

===================================================================

M	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 6a72c92..5578e9d 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;




More information about the Bf-blender-cvs mailing list