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:11:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-08-04 15:11:43 +0300
commit4b6fba355c7de0802994ed71766e4273bd4fec11 (patch)
tree513729f7246b5483536c293cb4c29d8e29b300a8 /source/blender/modifiers
parentae9ccec7c4594e17d5beef39bee52a3bcdd601cd (diff)
Remesh modifier has unnecessary MFace calculation
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_remesh.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/modifiers/intern/MOD_remesh.c b/source/blender/modifiers/intern/MOD_remesh.c
index 79565655561..b85898c07e9 100644
--- a/source/blender/modifiers/intern/MOD_remesh.c
+++ b/source/blender/modifiers/intern/MOD_remesh.c
@@ -154,8 +154,6 @@ static DerivedMesh *applyModifier(ModifierData *md,
DualConFlags flags = 0;
DualConMode mode = 0;
- DM_ensure_tessface(dm); /* BMESH - UNTIL MODIFIER IS UPDATED FOR MPoly */
-
rmd = (RemeshModifierData *)md;
init_dualcon_mesh(&input, dm);