From 9b869755867bc47cf48ad2622503a57832745fbf Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Wed, 3 Jun 2009 09:06:32 +0000 Subject: [PATCH] Cloth Buttons: Cloth Collision settings dindt't use the new button space context data. --- release/ui/buttons_physic_cloth.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/ui/buttons_physic_cloth.py b/release/ui/buttons_physic_cloth.py index 1b114871453..efa796df5b0 100644 --- a/release/ui/buttons_physic_cloth.py +++ b/release/ui/buttons_physic_cloth.py @@ -59,7 +59,7 @@ class Physic_PT_cloth_collision(PhysicButtonsPanel): def draw(self, context): layout = self.layout - md = self.cloth_modifier(context) + md = context.cloth cloth = md.collision_settings layout.active = cloth.enable_collision @@ -108,4 +108,4 @@ class Physic_PT_cloth_stiffness(PhysicButtonsPanel): bpy.types.register(Physic_PT_cloth) bpy.types.register(Physic_PT_cloth_collision) -bpy.types.register(Physic_PT_cloth_stiffness) +bpy.types.register(Physic_PT_cloth_stiffness) \ No newline at end of file -- 2.28.0