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:
authormifth <paulgeraskin@gmail.com>2013-12-13 13:13:46 +0400
committermifth <paulgeraskin@gmail.com>2013-12-13 13:13:46 +0400
commit733df5420693fdcf9ffa587395564ad7ab8bae45 (patch)
tree544f93efa214561d5b51fd42a05bd4e5fae4b286 /uv_texture_atlas.py
parent0e06695fd9071a7f5ccab998dc470ca634674b80 (diff)
[TextureAtlas] small fix.
Diffstat (limited to 'uv_texture_atlas.py')
-rw-r--r--uv_texture_atlas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py
index 005477f5..8bdc1b4a 100644
--- a/uv_texture_atlas.py
+++ b/uv_texture_atlas.py
@@ -696,7 +696,7 @@ class TexAtl_SeparateObjects(Operator):
scene.objects.active = ob_merged
bpy.ops.object.mode_set(mode='EDIT')
- if doUnhidePolygons == False:
+ if doUnhidePolygons is False:
# Unhide Polygons only once
bpy.ops.mesh.reveal()
doUnhidePolygons = True