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:
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