[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [876] trunk/py/scripts/addons/ space_view3d_panel_measure.py: removed warning + updated changelog

Fabian Fricke frigi.f at googlemail.com
Sat Jul 31 02:27:39 CEST 2010


Revision: 876
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=876
Author:   frigi
Date:     2010-07-31 02:27:38 +0200 (Sat, 31 Jul 2010)

Log Message:
-----------
removed warning + updated changelog

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-31 00:07:33 UTC (rev 875)
+++ trunk/py/scripts/addons/space_view3d_panel_measure.py	2010-07-31 00:27:38 UTC (rev 876)
@@ -44,6 +44,8 @@
 "Snap during transform" enabled for fast measurement.
 
 Version history:
+v0.7.5.1 - Global mode is now taking rotation into account properly.
+v0.7.5 - Fixed lagging and drawing issues.
 v0.7.4 - Fixed the add_modal_handler and callback_add code.
     Thanks to jesterKing for pointing that out :-)
 v0.7.3.1 - Fixed bug that made all lines in Blender stippled :-)
@@ -157,8 +159,7 @@
     'blender': (2, 5, 3),
     'location': 'View3D > Properties > Measure',
     'description': 'Measure distances between objects',
-    'warning': 'Need maintenance, it can make weird stuff in the UI!',\
-        # Used for warning icon and text in addons panel.
+    'warning': '', # 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