correction for uv template, also some doxygen comment corrections.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user