* Fix for incorrect disabling after baking cloth sim
* Fix for time cursor getting 'stuck' after baking point caches
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user