From 5ed311312ba526bb7a855f39bbb4affb92a820ac Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 23 Jun 2015 19:46:38 -0400 Subject: [PATCH] Defer calc_tessface..physics exporter optimization --- korman/exporter/physics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/korman/exporter/physics.py b/korman/exporter/physics.py index 851bf19..352bf2b 100644 --- a/korman/exporter/physics.py +++ b/korman/exporter/physics.py @@ -26,7 +26,7 @@ class PhysicsConverter: self._exporter = weakref.ref(exporter) def _convert_mesh_data(self, bo, physical, indices=True): - mesh = bo.to_mesh(bpy.context.scene, True, "RENDER") + mesh = bo.to_mesh(bpy.context.scene, True, "RENDER", calc_tessface=False) mat = bo.matrix_world with TemporaryObject(mesh, bpy.data.meshes.remove) as mesh: