From b5f368324fdaf136b683b4a313cfbc540a592582 Mon Sep 17 00:00:00 2001 From: Fabian Fricke Date: Sat, 31 Jul 2010 00:27:38 +0000 Subject: removed warning + updated changelog --- space_view3d_panel_measure.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'space_view3d_panel_measure.py') diff --git a/space_view3d_panel_measure.py b/space_view3d_panel_measure.py index 5c7cc381..a67da134 100644 --- a/space_view3d_panel_measure.py +++ b/space_view3d_panel_measure.py @@ -44,6 +44,8 @@ It's very helpful to use one or two "Empty" objects with "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 @@ bl_addon_info = { '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?'\ -- cgit v1.2.3