diff --git a/korman/exporter/physics.py b/korman/exporter/physics.py index 34949b9..ef6f181 100644 --- a/korman/exporter/physics.py +++ b/korman/exporter/physics.py @@ -300,6 +300,7 @@ class PhysicsConverter: bo.name, volume ) self._export_trimesh(bo, physical, local_space, mat) + return if local_space: physical.pos = hsVector3(*mat.to_translation())