Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Fricke <frigi.f@googlemail.com>2010-07-31 04:27:38 +0400
committerFabian Fricke <frigi.f@googlemail.com>2010-07-31 04:27:38 +0400
commitb5f368324fdaf136b683b4a313cfbc540a592582 (patch)
tree266d0024e2c9702e7567dcc51461642898c0ba70 /space_view3d_panel_measure.py
parent370ba896bf0dd89ca68a0baaf5ae6edd0f9f3b99 (diff)
removed warning + updated changelog
Diffstat (limited to 'space_view3d_panel_measure.py')
-rw-r--r--space_view3d_panel_measure.py5
1 files changed, 3 insertions, 2 deletions
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?'\