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

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: