[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [968] trunk/py/scripts/addons/ space_view3d_panel_measure.py: * Version 0.7.8 - MINOR: Brought the script up-to-date with my local changes.

Martin Buerbaum martin.buerbaum at gmx.at
Wed Sep 1 13:54:47 CEST 2010


Revision: 968
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=968
Author:   pontiac
Date:     2010-09-01 13:54:47 +0200 (Wed, 01 Sep 2010)

Log Message:
-----------
* Version 0.7.8 - MINOR: Brought the script up-to-date with my local changes.
* Removed some TODO comments
* Updated version log

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-31 14:16:04 UTC (rev 967)
+++ trunk/py/scripts/addons/space_view3d_panel_measure.py	2010-09-01 11:54:47 UTC (rev 968)
@@ -19,7 +19,7 @@
 bl_addon_info = {
     "name": "Measure Panel",
     "author": "Buerbaum Martin (Pontiac)",
-    "version": (0,7,7),
+    "version": (0,7,8),
     "blender": (2, 5, 3),
     "api": 31667,
     "location": "View3D > Properties > Measure",
@@ -58,7 +58,13 @@
 "Snap during transform" enabled for fast measurement.
 
 Version history:
-v0.7.7 - One more change to he callback registration code.
+v0.7.8 - Various Py API changes by Campbell ...
+    bl_default_closed -> bl_options = {'DEFAULT_CLOSED'}
+    x.verts -> x.vertices
+    @classmethod    def poll(cls, context)
+    No "location" in bl_addon_info->name
+    bl_addon_info->api
+v0.7.7 - One more change to the callback registration code.
     Now it should finally work as intended.
 v0.7.6 - API changes (r885, r886) - register & unregister function
 v0.7.5.3 - Small fix for bug in v0.7.5.1
@@ -159,14 +165,6 @@
     Thanks goes to ideasman42 (Campbell Barton) for helping me out on this.
 v0.1 - Initial revision. Seems to work fine for most purposes.
 
-TODO:
-
-There is a random segmentation fault when moving the 3D cursor in edit mode.
-Mainly this happens when clicking inside the white circle of the translation
-manipulator. There may be other cases though.
-
-See the other "todo" comments below.
-
 More links:
 http://gitorious.org/blender-scripts/blender-measure-panel-script
 http://blenderartists.org/forum/showthread.php?t=177800




More information about the Bf-extensions-cvs mailing list