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-01 07:13:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-08-01 07:13:59 +0300
commitc4b2bef163f39686e1d982231b10fcb5232ad4f3 (patch)
tree4484de8a7f25bb324a06c6bf561e93509f4bcd7f /source/blender/modifiers
parent49f88326af63a0197299e217748ce1379b5a5830 (diff)
Remove MFace use w/ cloth
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_cloth.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/modifiers/intern/MOD_cloth.c b/source/blender/modifiers/intern/MOD_cloth.c
index 25fd54d1d3e..dac0e516e0d 100644
--- a/source/blender/modifiers/intern/MOD_cloth.c
+++ b/source/blender/modifiers/intern/MOD_cloth.c
@@ -111,8 +111,6 @@ static void deformVerts(ModifierData *md, Object *ob, DerivedMesh *derivedData,
CDDM_apply_vert_coords(dm, vertexCos);
- DM_ensure_tessface(dm); /* BMESH - UNTIL MODIFIER IS UPDATED FOR MPoly */
-
clothModifier_do(clmd, md->scene, ob, dm, vertexCos);
dm->release(dm);