Revision: 41331
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41331
Author: campbellbarton
Date: 2011-10-28 06:12:00 +0000 (Fri, 28 Oct 2011)
Log Message:
-----------
fix for compiling collada by nico_ga
Modified Paths:
--------------
branches/bmesh/blender/source/blender/collada/MeshImporter.cpp
Modified: branches/bmesh/blender/source/blender/collada/MeshImporter.cpp
===================================================================
--- branches/bmesh/blender/source/blender/collada/MeshImporter.cpp
2011-10-28 05:17:09 UTC (rev 41330)
+++ branches/bmesh/blender/source/blender/collada/MeshImporter.cpp
2011-10-28 06:12:00 UTC (rev 41331)
@@ -957,8 +957,8 @@
read_faces(mesh, me, new_tris);
make_edges(me, 0);
-
- mesh_calc_normals(me->mvert, me->totvert, me->mface, me->totface, NULL);
+ mesh_calc_normals(me->mvert, me->totvert, me->mloop, me->mpoly,
me->totloop, me->totpoly, NULL, NULL, 0, NULL, NULL);
+
return true;
}
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs