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

skip calculating tessfaces for export. they are not needed.

parent 0ee8c1bb
No related branches found
No related tags found
No related merge requests found
...@@ -359,7 +359,7 @@ def write_file(filepath, objects, scene, ...@@ -359,7 +359,7 @@ def write_file(filepath, objects, scene,
# END NURBS # END NURBS
try: try:
me = ob.to_mesh(scene, EXPORT_APPLY_MODIFIERS, 'PREVIEW') me = ob.to_mesh(scene, EXPORT_APPLY_MODIFIERS, 'PREVIEW', calc_tessface=False)
except RuntimeError: except RuntimeError:
me = None me = None
......
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