[Durian-svn] [5926] remove cache when done.

campbell institute at blender.org
Mon Jun 28 20:12:26 CEST 2010


Revision: 5926
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=5926
Author:   campbell
Date:     2010-06-28 20:12:26 +0200 (Mon, 28 Jun 2010)
Log Message:
-----------
remove cache when done.

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-28 17:55:04 UTC (rev 5925)
+++ pro/scripts/utilities/batch_bake_smoke.py	2010-06-28 18:12:26 UTC (rev 5926)
@@ -114,6 +114,8 @@
     bpy.context.scene.render.output_path = os.path.join(RENDER_DIR, os.path.basename(filepath) + "_alt.avi")
     bpy.ops.render.render(animation=True)
 
+    os.system("rm -rf /d/pro/scenes/08.2_thebigfight/effects/blendcache_08.2a_fire")
+
 if __name__ == "__main__":
     try:
         import bpy



More information about the Durian-svn mailing list