merge of last commit to trunk

This commit is contained in:
2010-05-11 20:06:20 +00:00
parent 3409eb429e
commit aaa7c493e4
6 changed files with 17 additions and 18 deletions

View File

@@ -142,7 +142,7 @@ class PHYSICS_PT_cloth_cache(PhysicButtonsPanel):
def draw(self, context):
md = context.cloth
point_cache_ui(self, context, md.point_cache, cloth_panel_enabled(md), 0, 0)
point_cache_ui(self, context, md.point_cache, cloth_panel_enabled(md), 'CLOTH')
class PHYSICS_PT_cloth_collision(PhysicButtonsPanel):