[Durian-svn] [1215] error in last commit

campbell durian-svn at blender.org
Thu Mar 4 16:04:15 CET 2010


Revision: 1215
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=1215
Author:   campbell
Date:     2010-03-04 16:04:15 +0100 (Thu, 04 Mar 2010)
Log Message:
-----------
error in last commit

Modified Paths:
--------------
    pro/scripts/ui/marker_render.py

Modified: pro/scripts/ui/marker_render.py
===================================================================
--- pro/scripts/ui/marker_render.py	2010-03-04 14:29:03 UTC (rev 1214)
+++ pro/scripts/ui/marker_render.py	2010-03-04 15:04:15 UTC (rev 1215)
@@ -6,7 +6,7 @@
     rd = scene.render
     backup = scene.start_frame, scene.end_frame, rd.output_path, rd.use_file_extension
     
-    output_path = os.path.dirname(rd.output_path)
+    output_path = rd.output_path
     start_frame = scene.start_frame
     end_frame = scene.end_frame
     rd.use_file_extension = False



More information about the Durian-svn mailing list