diff --git a/korman/exporter/physics.py b/korman/exporter/physics.py index 3806342..4692354 100644 --- a/korman/exporter/physics.py +++ b/korman/exporter/physics.py @@ -210,7 +210,9 @@ class PhysicsConverter: bo_xformed = bo.plasma_object.has_transform_animation # Always pin these objects - otherwise they may start falling through the floor. - _set_phys_prop(plSimulationInterface.kPinned, simIface, physical) + # Unless you've marked it kickable... + if not mod.dynamic: + _set_phys_prop(plSimulationInterface.kPinned, simIface, physical) # MOUL: only objects that have animation data are kPhysAnim if ver != pvMoul or bo_xformed: