diff --git a/korman/properties/modifiers/render.py b/korman/properties/modifiers/render.py index f49db3c..3683039 100644 --- a/korman/properties/modifiers/render.py +++ b/korman/properties/modifiers/render.py @@ -531,6 +531,8 @@ class PlasmaLightingMod(PlasmaModifierProperties): return True if self.id_data.plasma_object.has_transform_animation: return True + if mods.collision.enabled and mods.collision.dynamic: + return True return False