* Fix for incorrect disabling after baking cloth sim

* Fix for time cursor getting 'stuck' after baking point caches
This commit is contained in:
2009-12-04 04:28:50 +00:00
parent 45955fef18
commit a358b6386d
6 changed files with 11 additions and 5 deletions

View File

@@ -83,9 +83,9 @@ class PHYSICS_PT_cloth(PhysicButtonsPanel):
if md:
cloth = md.settings
layout.active = cloth_panel_enabled(md)
split = layout.split()
split.active = cloth_panel_enabled(md)
col = split.column()