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_texproj_ops.py
parent99da32df1a9500e8fe33360a40bd6e0cfbec1363 (diff)
magic uv: update icons
Diffstat (limited to 'uv_magic_uv/muv_texproj_ops.py')
-rw-r--r--uv_magic_uv/muv_texproj_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uv_magic_uv/muv_texproj_ops.py b/uv_magic_uv/muv_texproj_ops.py
index 3493b13a..08b1d919 100644
--- a/uv_magic_uv/muv_texproj_ops.py
+++ b/uv_magic_uv/muv_texproj_ops.py
@@ -303,7 +303,7 @@ class OBJECT_PT_TP(bpy.types.Panel):
def draw_header(self, _):
layout = self.layout
- layout.label(text="", icon='PLUGIN')
+ layout.label(text="", icon='IMAGE_COL')
def draw(self, context):
sc = context.scene