style cleanup: pep8, also quiet compiler warning.

This commit is contained in:
Campbell Barton
2012-04-20 18:50:18 +00:00
parent 2e20d3dc96
commit 15eb3452ec
7 changed files with 14 additions and 12 deletions

View File

@@ -100,7 +100,7 @@ class MeshMirrorUV(Operator):
vidxs[i] = tuple(sorted(l.vertex_index
for l in loops[lstart:lend]))
# As we have no poly.center yet...
pcents[i] = tuple(map(lambda x : x / p.loop_total,
pcents[i] = tuple(map(lambda x: x / p.loop_total,
map(sum, zip(*(verts[idx].co
for idx in vidxs[i])))))
# Preparing next step finding matching polys.