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:
authorCampbell Barton <ideasman42@gmail.com>2011-04-01 06:46:35 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-01 06:46:35 +0400
commit8cf3fc4a5f5ef15d72dd4b396a7c78044fa91968 (patch)
treec1bad32a524e47e68ded81cb37d3953d2dcb620e /io_mesh_uv_layout
parent3553fea851878423364f9f1a7aa5952fa203bbac (diff)
pep8 cleanup & remove unused imports
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)