magic_uv: add missed panel tabs to Edit

This commit is contained in:
Brendon Murphy 2019-05-27 16:02:53 +10:00
parent 5b40bb54f7
commit 378eae8dd8
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ class MUV_PT_View3D_UVManipulation(bpy.types.Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_label = "UV Manipulation"
bl_category = "Magic UV"
bl_category = "Edit"
bl_context = 'mesh_edit'
bl_options = {'DEFAULT_CLOSED'}

View File

@ -48,7 +48,7 @@ class MUV_PT_View3D_UVMapping(bpy.types.Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_label = "UV Mapping"
bl_category = "Magic UV"
bl_category = "Edit"
bl_context = 'mesh_edit'
bl_options = {'DEFAULT_CLOSED'}