Fix T59944: Template operator_mesh_uv.py fails
This commit is contained in:

committed by
Campbell Barton

parent
496f6adce2
commit
8c0a77b894
@@ -8,7 +8,6 @@ def main(context):
|
||||
bm = bmesh.from_edit_mesh(me)
|
||||
|
||||
uv_layer = bm.loops.layers.uv.verify()
|
||||
bm.faces.layers.tex.verify() # currently blender needs both layers.
|
||||
|
||||
# adjust UVs
|
||||
for f in bm.faces:
|
||||
|
Reference in New Issue
Block a user