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>2019-05-27 08:20:39 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-05-27 08:20:39 +0300
commit556253c51c4318760a1ee05280bc001431cd088c (patch)
tree45cd301f9204824fe1e51e5c5ec7985a964867ee /magic_uv
parent141a3e9891ae57a3d5d0da1a666e21e4a70a764c (diff)
magic_uv: use Edit tab
Diffstat (limited to 'magic_uv')
-rw-r--r--magic_uv/ui/view3d_copy_paste_uv_editmode.py2
-rw-r--r--magic_uv/ui/view3d_copy_paste_uv_objectmode.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/magic_uv/ui/view3d_copy_paste_uv_editmode.py b/magic_uv/ui/view3d_copy_paste_uv_editmode.py
index 87d5e8f0..65039425 100644
--- a/magic_uv/ui/view3d_copy_paste_uv_editmode.py
+++ b/magic_uv/ui/view3d_copy_paste_uv_editmode.py
@@ -49,7 +49,7 @@ class MUV_PT_CopyPasteUVEditMode(bpy.types.Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_label = "Copy/Paste UV"
- bl_category = "Magic UV"
+ bl_category = "Edit"
bl_context = 'mesh_edit'
bl_options = {'DEFAULT_CLOSED'}
diff --git a/magic_uv/ui/view3d_copy_paste_uv_objectmode.py b/magic_uv/ui/view3d_copy_paste_uv_objectmode.py
index 9f29f1be..8717fc94 100644
--- a/magic_uv/ui/view3d_copy_paste_uv_objectmode.py
+++ b/magic_uv/ui/view3d_copy_paste_uv_objectmode.py
@@ -43,7 +43,7 @@ class MUV_PT_View3D_Object_CopyPasteUV(bpy.types.Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_label = "Copy/Paste UV"
- bl_category = "Magic UV"
+ bl_category = "Edit"
bl_context = 'objectmode'
bl_options = {'DEFAULT_CLOSED'}