Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanne Karhu <jhkarh@gmail.com>2010-12-02 07:47:40 +0300
committerJanne Karhu <jhkarh@gmail.com>2010-12-02 07:47:40 +0300
commit7b5696c866d166d70a2e595119e228a84af8a25b (patch)
tree2aa7b42a0ad2a4ec3010cbed803f5ec8c8923a63 /release
parentf305ed0c507005fdc1f3173e71e458527a1644d3 (diff)
Fix for [#25001] Enable Smoke High Resolution is greyout after baking
* Was a bit too eager to disable stuff
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/properties_physics_smoke.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/ui/properties_physics_smoke.py b/release/scripts/ui/properties_physics_smoke.py
index 3d74804d86a..71dd47fe524 100644
--- a/release/scripts/ui/properties_physics_smoke.py
+++ b/release/scripts/ui/properties_physics_smoke.py
@@ -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):