Cloth Buttons:
Cloth Collision settings dindt't use the new button space context data.
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user