[Durian-svn] [4667] shaman pre-roll was not set to 40 as it should be

campbell institute at blender.org
Mon Jun 7 16:56:46 CEST 2010


Revision: 4667
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=4667
Author:   campbell
Date:     2010-06-07 16:56:46 +0200 (Mon, 07 Jun 2010)
Log Message:
-----------
shaman pre-roll was not set to 40 as it should be

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

Modified: pro/scripts/modules/finals_config.py
===================================================================
--- pro/scripts/modules/finals_config.py	2010-06-07 14:50:19 UTC (rev 4666)
+++ pro/scripts/modules/finals_config.py	2010-06-07 14:56:46 UTC (rev 4667)
@@ -1069,7 +1069,7 @@
     return obj, mod
 
 
-def setup_shaman(baked=False, sim=True, pre_roll=10):
+def setup_shaman(baked=False, sim=True, pre_roll=40):
     base_dir, base_name, frame_start, frame_end, object_items = scene_info()
 
     # ---- Sharman ---- #
@@ -1085,7 +1085,7 @@
         pointcache_generic_bake(cloth_mod.point_cache, baked)
         
         cloth_mod.collision_settings.collision_quality = 2
-        cloth_mod.settings.pre_roll = 0
+        cloth_mod.settings.pre_roll = pre_roll
         
         # Per-blend shaman cloth settings
         if base_name.startswith("02_b"):



More information about the Durian-svn mailing list