From 0d8f63f8290895d9c20b434785da1a0a1b58c779 Mon Sep 17 00:00:00 2001 From: Aaron Keith Date: Wed, 30 Nov 2011 20:55:51 +0000 Subject: =?UTF-8?q?Fixed=20Bug=20in=20Bolt=20Factory=20=E2=80=9Cremove=20d?= =?UTF-8?q?oubles=E2=80=9D=20function,=20which=20was=20introduced=20during?= =?UTF-8?q?=20indentation=20clean=20up.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- add_mesh_BoltFactory/createMesh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'add_mesh_BoltFactory/createMesh.py') diff --git a/add_mesh_BoltFactory/createMesh.py b/add_mesh_BoltFactory/createMesh.py index 6dae7b4c..9b30d6ab 100644 --- a/add_mesh_BoltFactory/createMesh.py +++ b/add_mesh_BoltFactory/createMesh.py @@ -94,7 +94,7 @@ def RemoveDoubles(verts,faces,Decimal_Places = 4): if len(new_face) == 3 or len(new_face) == 4: new_faces.append(new_face) - return new_verts,new_faces + return new_verts,new_faces -- cgit v1.2.3