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>2012-03-23 04:56:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-23 04:56:22 +0400
commit385c11d92c34d5529e577541a080cc6dc5ac5142 (patch)
tree307e5cfb6a36b1e4fd7ce4acce46813ccdede43e /release/scripts/startup/bl_operators/mesh.py
parent8e2efc1dbf4cc7e8e4f3240e7c2aa2cf51e6a656 (diff)
last commit broke cycles, also add BMESH_TODO's for python scripts that need upgrading.
Diffstat (limited to 'release/scripts/startup/bl_operators/mesh.py')
-rw-r--r--release/scripts/startup/bl_operators/mesh.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_operators/mesh.py b/release/scripts/startup/bl_operators/mesh.py
index 1904ee5598e..cc5442d41aa 100644
--- a/release/scripts/startup/bl_operators/mesh.py
+++ b/release/scripts/startup/bl_operators/mesh.py
@@ -82,6 +82,7 @@ class MeshMirrorUV(Operator):
for uv in fuvs]
# as a list
+ # BMESH_TODO - use polygons
faces = mesh.faces[:]
fuvsel = [(False not in uv.select_uv) for uv in active_uv_layer]