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 'magic_uv/ui/IMAGE_MT_uvs.py')
-rw-r--r--magic_uv/ui/IMAGE_MT_uvs.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/magic_uv/ui/IMAGE_MT_uvs.py b/magic_uv/ui/IMAGE_MT_uvs.py
index ab7e33f8..f723a007 100644
--- a/magic_uv/ui/IMAGE_MT_uvs.py
+++ b/magic_uv/ui/IMAGE_MT_uvs.py
@@ -20,8 +20,8 @@
__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
-__version__ = "6.0"
-__date__ = "26 Jan 2019"
+__version__ = "6.1"
+__date__ = "19 May 2019"
import bpy
@@ -49,7 +49,7 @@ class MUV_MT_CopyPasteUV_UVEdit(bpy.types.Menu):
Menu class: Master menu of Copy/Paste UV coordinate on UV/ImageEditor
"""
- bl_idname = "uv.muv_mt_copy_paste_uv_uvedit"
+ bl_idname = "MUV_MT_CopyPasteUV_UVEdit"
bl_label = "Copy/Paste UV"
bl_description = "Copy and Paste UV coordinate among object"
@@ -67,7 +67,7 @@ class MUV_MT_AlignUV(bpy.types.Menu):
Menu class: Master menu of Align UV
"""
- bl_idname = "uv.muv_mt_align_uv"
+ bl_idname = "MUV_MT_AlignUV"
bl_label = "Align UV"
bl_description = "Align UV"
@@ -100,7 +100,7 @@ class MUV_MT_SelectUV(bpy.types.Menu):
Menu class: Master menu of Select UV
"""
- bl_idname = "uv.muv_mt_select_uv"
+ bl_idname = "MUV_MT_SelectUV"
bl_label = "Select UV"
bl_description = "Select UV"
@@ -119,7 +119,7 @@ class MUV_MT_AlignUVCursor(bpy.types.Menu):
Menu class: Master menu of Align UV Cursor
"""
- bl_idname = "uv.muv_mt_align_uv_cursor"
+ bl_idname = "MUV_MT_AlignUVCursor"
bl_label = "Align UV Cursor"
bl_description = "Align UV cursor"
@@ -176,7 +176,7 @@ class MUV_MT_UVInspection(bpy.types.Menu):
Menu class: Master menu of UV Inspection
"""
- bl_idname = "uv.muv_mt_uv_inspection"
+ bl_idname = "MUV_MT_UVInspection"
bl_label = "UV Inspection"
bl_description = "UV Inspection"