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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-05 20:09:14 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-09 19:56:54 +0300
commit96cb6c06685869cc76ba23155b63a91227a50629 (patch)
tree1c931bf9495086725182bad2434e20e632642b94 /uv_texture_atlas.py
parent9a578cb56610e7f7ec8c9349b77c9cd970b17c8d (diff)
Update for new icon set.
Diffstat (limited to 'uv_texture_atlas.py')
-rw-r--r--uv_texture_atlas.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py
index b0936a8a..3fcb490f 100644
--- a/uv_texture_atlas.py
+++ b/uv_texture_atlas.py
@@ -95,8 +95,8 @@ class TexAtl_Main(Panel):
row.template_list("UI_UL_list", "template_list_controls", scene,
"ms_lightmap_groups", scene, "ms_lightmap_groups_index", rows=2, maxrows=5)
col = row.column(align=True)
- col.operator("scene.ms_add_lightmap_group", icon='ZOOMIN', text="")
- col.operator("scene.ms_del_lightmap_group", icon='ZOOMOUT', text="")
+ col.operator("scene.ms_add_lightmap_group", icon='ADD', text="")
+ col.operator("scene.ms_del_lightmap_group", icon='REMOVE', text="")
row = self.layout.row(align=True)