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>2012-10-23 15:47:23 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-23 15:47:23 +0400
commit9c58865d201372ddd615f1f9b36d37cbc6937b98 (patch)
tree3da4fe35629767650f03a46c9585e29de072cd33 /source/blender/modifiers/intern/MOD_decimate.c
parentb518197db7fd63f878c4360312c47f15b61f780a (diff)
code cleanup: remove $Id's that crept back in, also osl style edits
Diffstat (limited to 'source/blender/modifiers/intern/MOD_decimate.c')
-rw-r--r--source/blender/modifiers/intern/MOD_decimate.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_decimate.c b/source/blender/modifiers/intern/MOD_decimate.c
index cf409c27b2f..75bea939107 100644
--- a/source/blender/modifiers/intern/MOD_decimate.c
+++ b/source/blender/modifiers/intern/MOD_decimate.c
@@ -195,6 +195,8 @@ static DerivedMesh *applyModifier(ModifierData *md, Object *ob,
TIMEIT_END(decim);
#endif
+ CDDM_calc_normals(result);
+
return result;
}