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:
authorAndre Susano Pinto <andresusanopinto@gmail.com>2008-08-14 00:18:56 +0400
committerAndre Susano Pinto <andresusanopinto@gmail.com>2008-08-14 00:18:56 +0400
commit89be876f965426a352bb03a7b99660da6d1638ca (patch)
tree0ebd575bfe6a28072804eeebd25fef3ce0b0b485 /source/blender/blenkernel/intern/shrinkwrap.c
parent43bf03580ff857cde6e64becab446c1c3f016e83 (diff)
Fixed problem of "lack of normal information"
Diffstat (limited to 'source/blender/blenkernel/intern/shrinkwrap.c')
-rw-r--r--source/blender/blenkernel/intern/shrinkwrap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/shrinkwrap.c b/source/blender/blenkernel/intern/shrinkwrap.c
index d8535e10be5..fda1fbeab56 100644
--- a/source/blender/blenkernel/intern/shrinkwrap.c
+++ b/source/blender/blenkernel/intern/shrinkwrap.c
@@ -364,7 +364,6 @@ void shrinkwrap_calc_normal_projection(ShrinkwrapCalcData *calc)
if(calc->smd->projAxis == MOD_SHRINKWRAP_PROJECT_OVER_NORMAL)
{
vert = calc->original ? calc->original->getVertDataArray(calc->original, CD_MVERT) : NULL;
- if(vert) CDDM_calc_normals(calc->original); //Maybe normals aren't yet calculated
}
else
{