[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [890] trunk/py/scripts/addons/ space_view3d_panel_measure.py: * Small syntax fix

Martin Buerbaum martin.buerbaum at gmx.at
Tue Aug 3 13:39:16 CEST 2010


Revision: 890
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=890
Author:   pontiac
Date:     2010-08-03 13:39:16 +0200 (Tue, 03 Aug 2010)

Log Message:
-----------
* Small syntax fix

Modified Paths:
--------------
    trunk/py/scripts/addons/space_view3d_panel_measure.py

Modified: trunk/py/scripts/addons/space_view3d_panel_measure.py
===================================================================
--- trunk/py/scripts/addons/space_view3d_panel_measure.py	2010-08-03 11:37:07 UTC (rev 889)
+++ trunk/py/scripts/addons/space_view3d_panel_measure.py	2010-08-03 11:39:16 UTC (rev 890)
@@ -607,7 +607,7 @@
 
     def execute(self, context):
         if context.area.type == 'VIEW_3D':
-            mgr_ops = context.manager.operators.values();
+            mgr_ops = context.manager.operators.values()
             if not self.bl_idname in [op.bl_idname for op in mgr_ops]:
                 # Add the region OpenGL drawing callback
                 for WINregion in context.area.regions:




More information about the Bf-extensions-cvs mailing list