COLLADA: call make_edges on mesh import. This may cause some meshes appear without a few faces, unclear why this happens.
This commit is contained in:
@@ -1722,7 +1722,7 @@ public:
|
||||
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user