[Durian-svn] [6377] update for blenders svn

colin institute at blender.org
Mon Jul 5 20:53:21 CEST 2010


Revision: 6377
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=6377
Author:   colin
Date:     2010-07-05 20:53:20 +0200 (Mon, 05 Jul 2010)
Log Message:
-----------
update for blenders svn

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

Modified: pro/scripts/utilities/batch_exr_to_avi.py
===================================================================
--- pro/scripts/utilities/batch_exr_to_avi.py	2010-07-05 18:03:19 UTC (rev 6376)
+++ pro/scripts/utilities/batch_exr_to_avi.py	2010-07-05 18:53:20 UTC (rev 6377)
@@ -21,8 +21,7 @@
         print("Error: %s contains no *.exr files" % image_dir)
     else:
         bpy.ops.sequencer.image_strip_add( \
-            filepath=image_dir, \
-            name="", \
+            directory=image_dir, \
             frame_start=1, \
             channel=1, \
             replace_sel=True, \



More information about the Durian-svn mailing list