last commit broke cycles, also add BMESH_TODO's for python scripts that need upgrading.
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user