last commit broke cycles, also add BMESH_TODO's for python scripts that need upgrading.

This commit is contained in:
2012-03-23 00:56:22 +00:00
parent 8e2efc1dbf
commit 385c11d92c
5 changed files with 10 additions and 4 deletions

View File

@@ -367,6 +367,7 @@ class ShapeTransfer(Operator):
(orig_shape_coords[i] - orig_coords[i]))
elif mode == 'RELATIVE_FACE':
# BMESH TODO - use .polygons
for face in me.faces:
i1, i2, i3, i4 = face.vertices_raw
if i4 != 0:
@@ -539,6 +540,7 @@ class JoinUVs(Operator):
"Object: %s, Mesh: '%s' has no UVs"
% (obj.name, mesh.name))
else:
# BMESH_TODO - use polygons
len_faces = len(mesh.faces)
# seems to be the fastest way to create an array