[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29847] trunk/blender/release/scripts/ui/ properties_physics_common.py: enable external pointcache for smoke in the UI.

Campbell Barton ideasman42 at gmail.com
Thu Jul 1 15:25:50 CEST 2010


Revision: 29847
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29847
Author:   campbellbarton
Date:     2010-07-01 15:25:49 +0200 (Thu, 01 Jul 2010)

Log Message:
-----------
enable external pointcache for smoke in the UI.

Modified Paths:
--------------
    trunk/blender/release/scripts/ui/properties_physics_common.py

Modified: trunk/blender/release/scripts/ui/properties_physics_common.py
===================================================================
--- trunk/blender/release/scripts/ui/properties_physics_common.py	2010-07-01 13:21:40 UTC (rev 29846)
+++ trunk/blender/release/scripts/ui/properties_physics_common.py	2010-07-01 13:25:49 UTC (rev 29847)
@@ -38,7 +38,7 @@
     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:





More information about the Bf-blender-cvs mailing list