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:
authormeta-androcto <meta.androcto1@gmail.com>2017-05-13 13:58:12 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-05-13 13:58:12 +0300
commitc56129be233e5725e55f87db539b0811103ec40b (patch)
tree90c8f6c8e08b30452af5613dbf877c7aa7cc335a /uv_magic_uv/muv_preserve_uv_aspect.py
parent99da32df1a9500e8fe33360a40bd6e0cfbec1363 (diff)
magic uv: update icons
Diffstat (limited to 'uv_magic_uv/muv_preserve_uv_aspect.py')
-rw-r--r--uv_magic_uv/muv_preserve_uv_aspect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uv_magic_uv/muv_preserve_uv_aspect.py b/uv_magic_uv/muv_preserve_uv_aspect.py
index 20be23ad..0fbb820d 100644
--- a/uv_magic_uv/muv_preserve_uv_aspect.py
+++ b/uv_magic_uv/muv_preserve_uv_aspect.py
@@ -116,4 +116,4 @@ class MUV_PreserveUVAspectMenu(bpy.types.Menu):
for key in bpy.data.images.keys():
layout.operator(
MUV_PreserveUVAspect.bl_idname,
- text=key, icon="PLUGIN").dest_img_name = key
+ text=key, icon="IMAGE_COL").dest_img_name = key