[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3017] contrib/py/scripts/addons/ mesh_edge_intersection_tools.py: fix for bmesh remove doubles

Brendon Murphy meta.androcto1 at gmail.com
Fri Feb 24 01:15:51 CET 2012


Revision: 3017
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3017
Author:   meta-androcto
Date:     2012-02-24 00:15:45 +0000 (Fri, 24 Feb 2012)
Log Message:
-----------
fix for bmesh remove doubles
thanks zeffii

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	2012-02-23 13:20:28 UTC (rev 3016)
+++ contrib/py/scripts/addons/mesh_edge_intersection_tools.py	2012-02-24 00:15:45 UTC (rev 3017)
@@ -216,7 +216,7 @@
     bpy.ops.object.mode_set(mode='EDIT')
     bpy.ops.mesh.select_all(action='TOGGLE')
     bpy.ops.mesh.select_all(action='TOGGLE')
-    bpy.ops.mesh.remove_doubles(limit=VTX_PRECISION)
+    bpy.ops.mesh.remove_doubles(mergedist=VTX_PRECISION)
     bpy.ops.mesh.select_all(action='TOGGLE') #unselect all
 
 



More information about the Bf-extensions-cvs mailing list