[Durian-svn] [1130] update for api change

campbell durian-svn at blender.org
Fri Feb 26 15:42:02 CET 2010


Revision: 1130
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=1130
Author:   campbell
Date:     2010-02-26 15:42:02 +0100 (Fri, 26 Feb 2010)
Log Message:
-----------
update for api change

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

Modified: pro/scripts/ui/marker_render.py
===================================================================
--- pro/scripts/ui/marker_render.py	2010-02-26 13:56:33 UTC (rev 1129)
+++ pro/scripts/ui/marker_render.py	2010-02-26 14:42:02 UTC (rev 1130)
@@ -2,7 +2,7 @@
 
 def main(self, context, pad=10):
     scene = context.scene
-    rd = scene.render_data
+    rd = scene.render
     backup = scene.start_frame, scene.end_frame, rd.output_path, rd.use_file_extension
     
     output_path = rd.output_path



More information about the Durian-svn mailing list