[Bf-extensions-cvs] [556253c5] master: magic_uv: use Edit tab

meta-androcto noreply at git.blender.org
Mon May 27 07:21:01 CEST 2019


Commit: 556253c51c4318760a1ee05280bc001431cd088c
Author: meta-androcto
Date:   Mon May 27 15:20:39 2019 +1000
Branches: master
https://developer.blender.org/rBA556253c51c4318760a1ee05280bc001431cd088c

magic_uv: use Edit tab

===================================================================

M	magic_uv/ui/view3d_copy_paste_uv_editmode.py
M	magic_uv/ui/view3d_copy_paste_uv_objectmode.py

===================================================================

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'}



More information about the Bf-extensions-cvs mailing list