[Durian-svn] [940] fix for script error

colin durian-svn at blender.org
Thu Feb 11 21:21:41 CET 2010


Revision: 940
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=940
Author:   colin
Date:     2010-02-11 21:21:41 +0100 (Thu, 11 Feb 2010)
Log Message:
-----------
fix for script error

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

Modified: pro/scripts/ui/marker_render.py
===================================================================
--- pro/scripts/ui/marker_render.py	2010-02-11 20:19:43 UTC (rev 939)
+++ pro/scripts/ui/marker_render.py	2010-02-11 20:21:41 UTC (rev 940)
@@ -20,7 +20,7 @@
     msg = ['Dont worry colin, not actually a warning... phew']
     for i, (frame, marker, camera) in enumerate(switch):
 
-        if not m.selected:
+        if not marker.selected:
             continue
 
         scene.start_frame = max(frame, start_frame)



More information about the Durian-svn mailing list