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/view3d_copy_paste_uv_objectmode.py')
-rw-r--r--magic_uv/ui/view3d_copy_paste_uv_objectmode.py2
1 files changed, 1 insertions, 1 deletions
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'}