[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2689] trunk/py/scripts/addons/ add_mesh_BoltFactory/createMesh.py: Fixed Bug in Bolt Factory ?\226?\128? \156remove doubles?\226?\128?\157 function, which was introduced during indentation clean up.

Aaron Keith aaroninusa at gmail.com
Wed Nov 30 21:55:57 CET 2011


Revision: 2689
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2689
Author:   spudmn
Date:     2011-11-30 20:55:51 +0000 (Wed, 30 Nov 2011)
Log Message:
-----------
Fixed Bug in Bolt Factory ?\226?\128?\156remove doubles?\226?\128?\157 function, which was introduced during indentation clean up.

Modified Paths:
--------------
    trunk/py/scripts/addons/add_mesh_BoltFactory/createMesh.py

Modified: trunk/py/scripts/addons/add_mesh_BoltFactory/createMesh.py
===================================================================
--- trunk/py/scripts/addons/add_mesh_BoltFactory/createMesh.py	2011-11-30 18:16:35 UTC (rev 2688)
+++ trunk/py/scripts/addons/add_mesh_BoltFactory/createMesh.py	2011-11-30 20:55:51 UTC (rev 2689)
@@ -94,7 +94,7 @@
         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 
 
 
 



More information about the Bf-extensions-cvs mailing list