[Durian-svn] [5831] render bigger tests

campbell institute at blender.org
Sat Jun 26 13:23:24 CEST 2010


Revision: 5831
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=5831
Author:   campbell
Date:     2010-06-26 13:23:24 +0200 (Sat, 26 Jun 2010)
Log Message:
-----------
render bigger tests

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

Modified: pro/scripts/utilities/batch_bake_smoke.py
===================================================================
--- pro/scripts/utilities/batch_bake_smoke.py	2010-06-26 11:16:12 UTC (rev 5830)
+++ pro/scripts/utilities/batch_bake_smoke.py	2010-06-26 11:23:24 UTC (rev 5831)
@@ -3,7 +3,7 @@
 # SMOKE_SEED=1 /media/data/blender_$USER/blender/blender --background /home/ideasman42/fire_to_test.blend  --python /d/pro/scripts/utilities/batch_bake_smoke.py
 # 
 for i in range(1, 65):
-    print('SMOKE_SEED=%d /d/pro/scenes/03.4_chickenrun/effects/03.4l_fire.blend --background --python /d/pro/scripts/utilities/batch_bake_smoke.py' % i)
+    print('SMOKE_SEED=%d /shared/bin/blender_farm.sh /d/pro/scenes/08.2_thebigfight/effects/08.2a_fire.blend --background --python /d/pro/scripts/utilities/batch_bake_smoke.py' % i)
 
 RENDER_DIR = "/shared/sim/smoke"
 os.system("mkdir %s" % RENDER_DIR)
@@ -72,7 +72,7 @@
                 bpy.ops.ptcache.bake(context, bake=True)
 
     # now render!
-    bpy.context.scene.render.resolution_percentage = 10
+    bpy.context.scene.render.resolution_percentage = 50
     bpy.context.scene.render.resolution_x = 2048
     bpy.context.scene.render.resolution_y = 872
     bpy.context.scene.render.file_format = 'AVI_JPEG'



More information about the Durian-svn mailing list