[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [869] trunk/py/scripts/addons/ space_view3d_panel_measure.py: == measure panel script ==

Luca Bonavita mindrones at gmail.com
Thu Jul 29 23:45:33 CEST 2010


Revision: 869
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=869
Author:   mindrones
Date:     2010-07-29 23:45:33 +0200 (Thu, 29 Jul 2010)

Log Message:
-----------
== measure panel script ==

adding a warning in the measure panel script, it is really bugged
jesterKing and others report laggines and UI stuck
tested and confirming

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-07-29 16:22:36 UTC (rev 868)
+++ trunk/py/scripts/addons/space_view3d_panel_measure.py	2010-07-29 21:45:33 UTC (rev 869)
@@ -155,7 +155,8 @@
     'blender': (2, 5, 3),
     'location': 'View3D > Properties > Measure',
     'description': 'Measure distances between objects',
-    'warning': '',  # Used for warning icon and text in addons panel.
+    'warning': 'Need maintenance, it can make weird stuff in the UI!',\
+        # Used for warning icon and text in addons panel.
     'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
         'Scripts/3D_interaction/Panel_Measure',
     'tracker_url': 'https://projects.blender.org/tracker/index.php?'\




More information about the Bf-extensions-cvs mailing list