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 'mesh_auto_mirror.py')
-rw-r--r--mesh_auto_mirror.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesh_auto_mirror.py b/mesh_auto_mirror.py
index 022981a3..7bc10f79 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
)