mesh_solidify - added a different wire type, can make 4 and 6 sided wire segments. also made solid wire an option.
uvcalc_smart_project - removed import of Main, was causing error
This commit is contained in:
@@ -103,7 +103,6 @@ def solidify(me, PREF_THICK, PREF_SKIN_SIDES=True, PREF_REM_ORIG=False):
|
||||
me_faces = me.faces
|
||||
faces_sel= [f for f in me_faces if f.sel]
|
||||
|
||||
|
||||
BPyMesh.meshCalcNormals(me)
|
||||
normals= [v.no for v in me.verts]
|
||||
vertFaces= [[] for i in xrange(len(me.verts))]
|
||||
|
||||
Reference in New Issue
Block a user