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:
authorCampbell Barton <ideasman42@gmail.com>2010-07-01 17:25:49 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-07-01 17:25:49 +0400
commit742c4eb1d11608c532fc8491119aec4e3d734971 (patch)
tree549885fc17a1116e6535e9f09afc60b6199c78d5 /release
parent0fa0d12ff00e311e330cc19cb5478be27ab67e06 (diff)
enable external pointcache for smoke in the UI.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/properties_physics_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/ui/properties_physics_common.py b/release/scripts/ui/properties_physics_common.py
index 350b17e6e9f..5b4c07642b4 100644
--- a/release/scripts/ui/properties_physics_common.py
+++ b/release/scripts/ui/properties_physics_common.py
@@ -38,7 +38,7 @@ def point_cache_ui(self, context, cache, enabled, cachetype):
col.operator("ptcache.remove", icon='ZOOMOUT', text="")
row = layout.row()
- if cachetype in {'PSYS', 'HAIR'}:
+ if cachetype in {'PSYS', 'HAIR', 'SMOKE'}:
row.prop(cache, "external")
if cache.external: