Fix for [#25001] Enable Smoke High Resolution is greyout after baking

* Was a bit too eager to disable stuff
This commit is contained in:
Janne Karhu 2010-12-02 04:47:40 +00:00
parent f305ed0c50
commit 7b5696c866

@ -160,7 +160,6 @@ class PHYSICS_PT_smoke_highres(PhysicButtonsPanel, bpy.types.Panel):
def draw_header(self, context):
md = context.smoke.domain_settings
self.layout.enabled = not md.point_cache.is_baked
self.layout.prop(md, "use_high_resolution", text="")
def draw(self, context):