[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1763] trunk/py/scripts/addons/ mesh_bsurfaces.py: An update over surface sketching, allowing object level transformations, Undo, and solving some problems like a mesh duplication that was taking place when there were no strokes , and eliminating a remove doubles that was performed in the whole mesh, now limiting it to just the areas where it' s needed to merge the new surface.

Eclectiel L eclect25 at yahoo.com
Fri Apr 1 16:20:47 CEST 2011


Revision: 1763
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=1763
Author:   eclectiel
Date:     2011-04-01 14:20:47 +0000 (Fri, 01 Apr 2011)
Log Message:
-----------
An update over surface sketching, allowing object level transformations, Undo, and solving some problems like a mesh duplication that was taking place when there were no strokes, and eliminating a remove doubles that was performed in the whole mesh, now limiting it to just the areas where it's needed to merge the new surface.

Modified Paths:
--------------
    trunk/py/scripts/addons/mesh_bsurfaces.py

Modified: trunk/py/scripts/addons/mesh_bsurfaces.py
===================================================================
--- trunk/py/scripts/addons/mesh_bsurfaces.py	2011-04-01 14:10:33 UTC (rev 1762)
+++ trunk/py/scripts/addons/mesh_bsurfaces.py	2011-04-01 14:20:47 UTC (rev 1763)
@@ -76,7 +76,7 @@
     bl_options = {'REGISTER', 'UNDO'}
     
     
-    #### Get an ordered list of a chain of vertices.
+    ##### Get an ordered list of a chain of vertices.
     def get_ordered_verts(self, ob, all_selected_edges_idx, all_selected_verts_idx, first_vert_idx, middle_vertex_idx):
         # Order selected vertexes.
         verts_ordered = []



More information about the Bf-extensions-cvs mailing list