[Bf-extensions-cvs] [733df54] master: [TextureAtlas] small fix.

mifth noreply at git.blender.org
Fri Dec 13 10:13:50 CET 2013


Commit: 733df5420693fdcf9ffa587395564ad7ab8bae45
Author: mifth
Date:   Fri Dec 13 13:13:46 2013 +0400
http://developer.blender.org/rBA733df5420693fdcf9ffa587395564ad7ab8bae45

[TextureAtlas] small fix.

===================================================================

M	uv_texture_atlas.py

===================================================================

diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py
index 005477f..8bdc1b4 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



More information about the Bf-extensions-cvs mailing list