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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-04-24 23:31:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-04-24 23:36:16 +0400
commita15be343895d4f3481eb349b4d145ffbe1c10dce (patch)
treea49eb487e061df8e8378eeb3b2318c4d084babc2 /release/scripts/startup/bl_operators/mesh.py
parent16443b1ae0f79e853ce13f17a3513a12c5cd8883 (diff)
Code cleanup: unused python vars & imports
Use frosted rather then pyflakes
Diffstat (limited to 'release/scripts/startup/bl_operators/mesh.py')
-rw-r--r--release/scripts/startup/bl_operators/mesh.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/mesh.py b/release/scripts/startup/bl_operators/mesh.py
index cead7d66097..f86c31cd9cc 100644
--- a/release/scripts/startup/bl_operators/mesh.py
+++ b/release/scripts/startup/bl_operators/mesh.py
@@ -87,7 +87,6 @@ class MeshMirrorUV(Operator):
polys = mesh.polygons
loops = mesh.loops
- verts = mesh.vertices
uv_loops = mesh.uv_layers.active.data
nbr_polys = len(polys)