diff --git a/mesh_auto_mirror.py b/mesh_auto_mirror.py index 022981a3a9683e725744cecd1b8c4b8f74db522d..7bc10f79c455b07d21a517fe4ce3095f1db2e173 100644 --- a/mesh_auto_mirror.py +++ b/mesh_auto_mirror.py @@ -195,7 +195,7 @@ class VIEW3D_PT_BisectMirror(Panel): bl_space_type = 'VIEW_3D' bl_region_type = 'UI' bl_label = "Auto Mirror" - bl_category = 'Tools' + bl_category = 'Edit' bl_options = {'DEFAULT_CLOSED'} @@ -288,7 +288,7 @@ class AutoMirrorAddonPreferences(AddonPreferences): category: StringProperty( name="Tab Category", description="Choose a name for the category of the panel", - default="Tools", + default="Edit", update=update_panel ) diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py index 04139c25600cdce8a8fa7d4ba3422c5f105e657e..ec53d80bdbff105114d454c4524e7befee5557b8 100644 --- a/mesh_bsurfaces.py +++ b/mesh_bsurfaces.py @@ -62,7 +62,7 @@ from bpy.types import ( class VIEW3D_PT_tools_SURFSK_mesh(Panel): bl_space_type = 'VIEW_3D' bl_region_type = 'UI' - bl_category = 'Tools' + bl_category = 'Edit' #bl_context = "mesh_edit" bl_label = "Bsurfaces" @@ -99,7 +99,7 @@ class VIEW3D_PT_tools_SURFSK_curve(Panel): bl_space_type = 'VIEW_3D' bl_region_type = 'UI' bl_context = "curve_edit" - bl_category = 'Tools' + bl_category = 'Edit' bl_label = "Bsurfaces" @classmethod @@ -4097,7 +4097,7 @@ class BsurfPreferences(AddonPreferences): category: StringProperty( name="Tab Category", description="Choose a name for the category of the panel", - default="Tools", + default="Edit", update=update_panel ) diff --git a/mesh_looptools.py b/mesh_looptools.py index 87c23383bf9ab1712c6a52102e9e6376c1f6f539..7a412f9c9ab4b0027fafeb1e7645f87d65cef7ae 100644 --- a/mesh_looptools.py +++ b/mesh_looptools.py @@ -4343,7 +4343,7 @@ class VIEW3D_MT_edit_mesh_looptools(Menu): class VIEW3D_PT_tools_looptools(Panel): bl_space_type = 'VIEW_3D' bl_region_type = 'UI' - bl_category = 'View' + bl_category = 'Edit' bl_context = "mesh_edit" bl_label = "LoopTools" bl_options = {'DEFAULT_CLOSED'} @@ -5081,7 +5081,7 @@ class LoopPreferences(AddonPreferences): category: StringProperty( name="Tab Category", description="Choose a name for the category of the panel", - default="Tools", + default="Edit", update=update_panel ) diff --git a/object_boolean_tools.py b/object_boolean_tools.py index 28e9ebc9ca131d9e2d0f37bc98b8a92f1c88eca3..ecaaf9c88e44123e775315b61f08e9266f22a8a7 100644 --- a/object_boolean_tools.py +++ b/object_boolean_tools.py @@ -1176,7 +1176,7 @@ class PREFS_BoolTool_Props(AddonPreferences): category: StringProperty( name="Tab Category", description="Choose a name for the category of the panel", - default="Tools", + default="Edit", update=update_panels, ) Enable_Tab_01: BoolProperty(default=False)