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>2013-07-23 00:53:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-07-23 00:53:52 +0400
commit003df3d2de3aeafe5bcfb3fcbf51938f486f892e (patch)
tree6cf9017aa2abb975fc6d3fc915168e3c8b76a2e5 /source/blender/modifiers
parent3f53c33d4abd1dfb3bc32e96fce83d7bbe63b902 (diff)
fix [#36247] Modifier Ocean (Geometry in Displace)- Subdivision Surface
regression in 2.68
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_ocean.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/modifiers/intern/MOD_ocean.c b/source/blender/modifiers/intern/MOD_ocean.c
index 7c9a88622ed..538415b0f87 100644
--- a/source/blender/modifiers/intern/MOD_ocean.c
+++ b/source/blender/modifiers/intern/MOD_ocean.c
@@ -552,8 +552,6 @@ static DerivedMesh *applyModifier(ModifierData *md, Object *ob,
{
DerivedMesh *result;
- CDDM_calc_normals(derivedData);
-
result = doOcean(md, ob, derivedData, 0);
if (result != derivedData)