Fix T59944: Template operator_mesh_uv.py fails

This commit is contained in:
Sebastian Parborg 2019-01-07 10:20:20 +11:00 committed by Campbell Barton
parent 496f6adce2
commit 8c0a77b894
Notes: blender-bot 2023-02-14 04:17:09 +01:00
Referenced by issue #59944, Python template operator_mesh_uv.py fails with an error
1 changed files with 0 additions and 1 deletions

View File

@ -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: