Skip to content
Snippets Groups Projects
Commit 733df542 authored by mifth's avatar mifth
Browse files

[TextureAtlas] small fix.

parent 0e06695f
No related branches found
No related tags found
No related merge requests found
...@@ -696,7 +696,7 @@ class TexAtl_SeparateObjects(Operator): ...@@ -696,7 +696,7 @@ class TexAtl_SeparateObjects(Operator):
scene.objects.active = ob_merged scene.objects.active = ob_merged
bpy.ops.object.mode_set(mode='EDIT') bpy.ops.object.mode_set(mode='EDIT')
if doUnhidePolygons == False: if doUnhidePolygons is False:
# Unhide Polygons only once # Unhide Polygons only once
bpy.ops.mesh.reveal() bpy.ops.mesh.reveal()
doUnhidePolygons = True doUnhidePolygons = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment