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:
authorNutti <nutti.metro@gmail.com>2019-05-19 10:45:14 +0300
committerNutti <nutti.metro@gmail.com>2019-05-19 10:45:14 +0300
commitd2808959bb845ec945aa7fac494db42a9228021b (patch)
treec102b9c079a22491de7c60e562ad87124838785c /magic_uv/ui/VIEW3D_MT_uv_map.py
parent2ce7a5d85cfb21b5832a533af551bfb01502b168 (diff)
Magic UV: Release v6.1
[Update features] - World Scale UV - Add option "Texture" to allow the user to specify the texture for the density calculation [Other updates] - Fix bugs
Diffstat (limited to 'magic_uv/ui/VIEW3D_MT_uv_map.py')
-rw-r--r--magic_uv/ui/VIEW3D_MT_uv_map.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/magic_uv/ui/VIEW3D_MT_uv_map.py b/magic_uv/ui/VIEW3D_MT_uv_map.py
index 12202602..28a125f5 100644
--- a/magic_uv/ui/VIEW3D_MT_uv_map.py
+++ b/magic_uv/ui/VIEW3D_MT_uv_map.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.utils
@@ -64,7 +64,7 @@ class MUV_MT_CopyPasteUV(bpy.types.Menu):
Menu class: Master menu of Copy/Paste UV coordinate
"""
- bl_idname = "uv.muv_mt_copy_paste_uv"
+ bl_idname = "MUV_MT_CopyPasteUV"
bl_label = "Copy/Paste UV"
bl_description = "Copy and Paste UV coordinate"
@@ -88,7 +88,7 @@ class MUV_MT_TransferUV(bpy.types.Menu):
Menu class: Master menu of Transfer UV coordinate
"""
- bl_idname = "uv.muv_mt_transfer_uv"
+ bl_idname = "MUV_MT_TransferUV"
bl_label = "Transfer UV"
bl_description = "Transfer UV coordinate"
@@ -109,7 +109,7 @@ class MUV_MT_TextureLock(bpy.types.Menu):
Menu class: Master menu of Texture Lock
"""
- bl_idname = "uv.muv_mt_texture_lock"
+ bl_idname = "MUV_MT_TextureLock"
bl_label = "Texture Lock"
bl_description = "Lock texture when vertices of mesh (Preserve UV)"
@@ -139,7 +139,7 @@ class MUV_MT_WorldScaleUV(bpy.types.Menu):
Menu class: Master menu of world scale UV
"""
- bl_idname = "uv.muv_mt_world_scale_uv"
+ bl_idname = "MUV_MT_WorldScaleUV"
bl_label = "World Scale UV"
bl_description = ""
@@ -181,7 +181,7 @@ class MUV_MT_TextureWrap(bpy.types.Menu):
Menu class: Master menu of Texture Wrap
"""
- bl_idname = "uv.muv_mt_texture_wrap"
+ bl_idname = "MUV_MT_TextureWrap"
bl_label = "Texture Wrap"
bl_description = ""
@@ -198,7 +198,7 @@ class MUV_MT_UVW(bpy.types.Menu):
Menu class: Master menu of UVW
"""
- bl_idname = "uv.muv_mt_uvw"
+ bl_idname = "MUV_MT_UVW"
bl_label = "UVW"
bl_description = ""
@@ -220,7 +220,7 @@ class MUV_MT_PreserveUVAspect(bpy.types.Menu):
Menu class: Master menu of Preserve UV Aspect
"""
- bl_idname = "uv.muv_mt_preserve_uv_aspect"
+ bl_idname = "MUV_MT_PreserveUVAspect"
bl_label = "Preserve UV Aspect"
bl_description = ""
@@ -240,7 +240,7 @@ class MUV_MT_TextureProjection(bpy.types.Menu):
Menu class: Master menu of Texture Projection
"""
- bl_idname = "uv.muv_mt_texture_projection"
+ bl_idname = "MUV_MT_TextureProjection"
bl_label = "Texture Projection"
bl_description = ""