Cloth Buttons:

Cloth Collision settings dindt't use the new button space context data.
This commit is contained in:
Thomas Dinges 2009-06-03 09:06:32 +00:00
parent a3c0730f99
commit 9b86975586

@ -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)