[Durian-svn] [4246] set pre-roll to 40

campbell institute at blender.org
Tue Jun 1 17:32:36 CEST 2010


Revision: 4246
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=4246
Author:   campbell
Date:     2010-06-01 17:32:36 +0200 (Tue, 01 Jun 2010)
Log Message:
-----------
set pre-roll to 40

Modified Paths:
--------------
    pro/scripts/utilities/batch_bake.py

Modified: pro/scripts/utilities/batch_bake.py
===================================================================
--- pro/scripts/utilities/batch_bake.py	2010-06-01 15:02:35 UTC (rev 4245)
+++ pro/scripts/utilities/batch_bake.py	2010-06-01 15:32:36 UTC (rev 4246)
@@ -213,11 +213,11 @@
 
             print("layers:", lay)
 
-            setup_sim_func(baked=False, pre_roll=0) # <--- why is this needed?
+            setup_sim_func(baked=False, pre_roll=40) # <--- why is this needed?
             bpy.ops.ptcache.free_bake(context)
 
             if OVERRIDE:
-                setup_sim_func(baked=False, pre_roll=0)
+                setup_sim_func(baked=False, pre_roll=40)
             else:
                 reload(durian_init) # <--- why is this needed?
 



More information about the Durian-svn mailing list