diff --git a/release/scripts/ui/properties_physics_common.py b/release/scripts/ui/properties_physics_common.py index b8798db221e..b5aee894562 100644 --- a/release/scripts/ui/properties_physics_common.py +++ b/release/scripts/ui/properties_physics_common.py @@ -60,7 +60,7 @@ def point_cache_ui(self, context, cache, enabled, cachetype): col.enabled = enabled col.prop(cache, "frame_start") col.prop(cache, "frame_end") - if cachetype != 'SMOKE': + if cachetype not in ('SMOKE', 'CLOTH'): col.prop(cache, "frame_step") col = split.column()