Skip to content
Snippets Groups Projects
Commit e7b12df8 authored by Campbell Barton's avatar Campbell Barton
Browse files

add mesh validation to the x3d importer

parent 10883949
No related branches found
No related tags found
No related merge requests found
......@@ -1832,6 +1832,7 @@ def importMesh_IndexedFaceSet(geom, bpyima, ancestry):
# bpymesh.vertices.delete([0, ]) # EEKADOODLE
bpymesh.update()
bpymesh.validate()
return bpymesh, ccw
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment