Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'io_mesh_uv_layout')
-rw-r--r--io_mesh_uv_layout/export_uv_png.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_mesh_uv_layout/export_uv_png.py b/io_mesh_uv_layout/export_uv_png.py
index a9e90541..ec92c4d8 100644
--- a/io_mesh_uv_layout/export_uv_png.py
+++ b/io_mesh_uv_layout/export_uv_png.py
@@ -34,7 +34,6 @@ def write(fw, mesh_source, image_width, image_height, opacity, face_iter_func):
mesh.materials.append(mat_solid)
tot_verts = 0
- face_lens = []
for f in mesh_source.faces:
tot_verts += len(f.vertices)