[Durian-svn] [5160] replace 100 for scratch

campbell institute at blender.org
Wed Jun 16 11:23:17 CEST 2010


Revision: 5160
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=5160
Author:   campbell
Date:     2010-06-16 11:23:17 +0200 (Wed, 16 Jun 2010)
Log Message:
-----------
replace 100 for scratch

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

Modified: pro/scripts/utilities/batch_bake.py
===================================================================
--- pro/scripts/utilities/batch_bake.py	2010-06-16 08:30:17 UTC (rev 5159)
+++ pro/scripts/utilities/batch_bake.py	2010-06-16 09:23:17 UTC (rev 5160)
@@ -188,9 +188,12 @@
 if 0:
     BIN = "/br/blender"
     RENDER_DIR = "/tmp/shaman"
-else:
+elif 0:
     BIN = "/shared/bin/blender_farm.sh"
     RENDER_DIR = "/shared/sim/%s/" % str(preset)
+elif 1:
+    BIN = "/shared/bin/blender_farm.sh"
+    RENDER_DIR = "/shared/sim/scratch/"
 
 GLOBAL_PRE_ROLL = 40 # keep at 40
 



More information about the Durian-svn mailing list