[Durian-svn] [4688] sim=False support for shaman

william institute at blender.org
Tue Jun 8 10:37:16 CEST 2010


Revision: 4688
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=4688
Author:   william
Date:     2010-06-08 10:37:14 +0200 (Tue, 08 Jun 2010)
Log Message:
-----------
sim=False support for shaman

Modified Paths:
--------------
    pro/scripts/modules/finals_config.py

Modified: pro/scripts/modules/finals_config.py
===================================================================
--- pro/scripts/modules/finals_config.py	2010-06-08 00:24:21 UTC (rev 4687)
+++ pro/scripts/modules/finals_config.py	2010-06-08 08:37:14 UTC (rev 4688)
@@ -1080,6 +1080,10 @@
         if sim:
             cloth_mod.render = True
             cloth_mod.realtime = True
+        else:
+            cloth_mod.render = False
+            cloth_mod.realtime = False
+
         pointcache_generic_setup(cloth_mod.point_cache, frame_start, frame_end, pre_roll)
         cloth_mod.point_cache.name = "shaman_cloth_" + base_name
         pointcache_generic_bake(cloth_mod.point_cache, baked)



More information about the Durian-svn mailing list