Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-04-25 11:42:57 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-25 11:42:57 +0400
commite7b12df8eb73d249bd67b2920edac0f013dd59fc (patch)
treeb20efb97815f7a63bd5ce357903f0bdf3e06ac33 /io_scene_x3d/import_x3d.py
parent10883949242f95e014abb165318324950669dadb (diff)
add mesh validation to the x3d importer
Diffstat (limited to 'io_scene_x3d/import_x3d.py')
-rw-r--r--io_scene_x3d/import_x3d.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_scene_x3d/import_x3d.py b/io_scene_x3d/import_x3d.py
index 838aac5c..4ba71042 100644
--- a/io_scene_x3d/import_x3d.py
+++ b/io_scene_x3d/import_x3d.py
@@ -1832,6 +1832,7 @@ def importMesh_IndexedFaceSet(geom, bpyima, ancestry):
# bpymesh.vertices.delete([0, ]) # EEKADOODLE
bpymesh.update()
+ bpymesh.validate()
return bpymesh, ccw