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:
authorCampbell Barton <ideasman42@gmail.com>2012-11-14 07:16:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-14 07:16:56 +0400
commit81ef518e009705d1cfbf4843e06c74553fd26f92 (patch)
treeccc039e96eaace4d828bd31b462661a2616b8919 /io_import_scene_dxf.py
parent6f081580fd662f3a2e95156b647cde37f3b6438b (diff)
update for changes in svn
Diffstat (limited to 'io_import_scene_dxf.py')
-rw-r--r--io_import_scene_dxf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_import_scene_dxf.py b/io_import_scene_dxf.py
index 87cdd51e..f0cc671e 100644
--- a/io_import_scene_dxf.py
+++ b/io_import_scene_dxf.py
@@ -2376,7 +2376,7 @@ def removeDoubles(ob):
scn = bpy.context.scene
scn.objects.active = ob
bpy.ops.object.mode_set(mode='EDIT')
- bpy.ops.mesh.remove_doubles(mergedist=theMergeLimit)
+ bpy.ops.mesh.remove_doubles(threshold=theMergeLimit)
bpy.ops.object.mode_set(mode='OBJECT')