Skip to content

Commit

Permalink
An update over surface sketching, allowing object level transformatio…
Browse files Browse the repository at this point in the history
…ns, 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.
  • Loading branch information
Eclectiel L committed Apr 1, 2011
1 parent d665247 commit 9c20808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesh_bsurfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class GPENCIL_OT_SURFSK_add_surface(bpy.types.Operator):
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 = []
Expand Down

0 comments on commit 9c20808

Please sign in to comment.