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: