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

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

View File

@@ -82,6 +82,7 @@ class MeshMirrorUV(Operator):
for uv in fuvs]
# as a list
# BMESH_TODO - use polygons
faces = mesh.faces[:]
fuvsel = [(False not in uv.select_uv) for uv in active_uv_layer]