enable external pointcache for smoke in the UI.

This commit is contained in:
Campbell Barton 2010-07-01 13:25:49 +00:00
parent 0fa0d12ff0
commit 742c4eb1d1

@ -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: