[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [24514] branches/soc-2009-chingachgook/ source/blender/collada/DocumentImporter.cpp: COLLADA: call make_edges on mesh import.

Arystanbek Dyussenov arystan.d at gmail.com
Thu Nov 12 04:36:41 CET 2009


Revision: 24514
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=24514
Author:   kazanbas
Date:     2009-11-12 04:36:40 +0100 (Thu, 12 Nov 2009)

Log Message:
-----------
COLLADA: call make_edges on mesh import. This may cause some meshes appear without a few faces, unclear why this happens.

Modified Paths:
--------------
    branches/soc-2009-chingachgook/source/blender/collada/DocumentImporter.cpp

Modified: branches/soc-2009-chingachgook/source/blender/collada/DocumentImporter.cpp
===================================================================
--- branches/soc-2009-chingachgook/source/blender/collada/DocumentImporter.cpp	2009-11-12 01:22:51 UTC (rev 24513)
+++ branches/soc-2009-chingachgook/source/blender/collada/DocumentImporter.cpp	2009-11-12 03:36:40 UTC (rev 24514)
@@ -1722,7 +1722,7 @@
 		
 		read_faces(mesh, me, new_tris);
 
-		// make_edges(me, 0);
+		make_edges(me, 0);
 		
  		mesh_calc_normals(me->mvert, me->totvert, me->mface, me->totface, NULL);
 





More information about the Bf-blender-cvs mailing list