[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1602] contrib/py/scripts/addons/ mesh_edge_intersection_tools.py: minor cleanup.

Dealga McArdle tetha.z at gmail.com
Tue Feb 15 09:57:02 CET 2011


Revision: 1602
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=1602
Author:   zeffii
Date:     2011-02-15 08:57:01 +0000 (Tue, 15 Feb 2011)
Log Message:
-----------
minor cleanup.

Modified Paths:
--------------
    contrib/py/scripts/addons/mesh_edge_intersection_tools.py

Modified: contrib/py/scripts/addons/mesh_edge_intersection_tools.py
===================================================================
--- contrib/py/scripts/addons/mesh_edge_intersection_tools.py	2011-02-15 08:52:54 UTC (rev 1601)
+++ contrib/py/scripts/addons/mesh_edge_intersection_tools.py	2011-02-15 08:57:01 UTC (rev 1602)
@@ -21,7 +21,7 @@
 bl_info = {
     "name": "Edge tools : tinyCAD VTX",
     "author": "zeffii",
-    "version": (0,4,3),
+    "version": (0,5,1),
     "blender": (2, 5, 6),
     "api": 34840,
     "category": "Mesh",
@@ -299,9 +299,9 @@
             
 
 class EdgeIntersections(bpy.types.Operator):
-    '''Makes a weld/slice on intersecting edges'''
+    '''Makes a weld/slice/extend to intersecting edges/lines'''
     bl_idname = 'mesh.intersections'
-    bl_label = 'Edge tools : tinyCAD VTX X'
+    bl_label = 'Edge tools : tinyCAD VTX'
     # bl_options = {'REGISTER', 'UNDO'}
     
     mode = bpy.props.IntProperty(name = "Mode",



More information about the Bf-extensions-cvs mailing list