From 2dc06f6d50d14a97ff0c37f88b6979d18a0fd279 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 3 Jul 2012 09:01:43 +0000 Subject: Style edit (mostly), use """ for docstrings (not '''). --- add_mesh_BoltFactory/createMesh.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'add_mesh_BoltFactory/createMesh.py') diff --git a/add_mesh_BoltFactory/createMesh.py b/add_mesh_BoltFactory/createMesh.py index fa625b8d..e9d2be14 100644 --- a/add_mesh_BoltFactory/createMesh.py +++ b/add_mesh_BoltFactory/createMesh.py @@ -59,7 +59,7 @@ def unpack_face_list(list_of_tuples): return l -''' +""" Remove Doubles takes a list on Verts and a list of Faces and removes the doubles, much like Blender does in edit mode. It doesn’t have the range function but it will round the corrdinates @@ -67,7 +67,7 @@ and remove verts that are very close togther. The function is useful because you can perform a “Remove Doubles” with out having to enter Edit Mode. Having to enter edit mode has the disadvantage of not being able to interactively change the properties. -''' +""" def RemoveDoubles(verts,faces,Decimal_Places = 4): -- cgit v1.2.3