correction for uv template, also some doxygen comment corrections.

This commit is contained in:
Campbell Barton
2013-05-05 18:41:45 +00:00
parent 02fd2d256d
commit c97983c9de
5 changed files with 4 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ 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: