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:
authormeta-androcto <meta.androcto1@gmail.com>2019-04-16 10:15:19 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-04-16 10:15:19 +0300
commitfb45e242cd32039710b7aec6b12ed983452ea949 (patch)
treec7636dc0ef5b02e7077d1b9621dfe7f84f25fc85 /archimesh/achm_main_panel.py
parent5ed80ecf025dcb50fbeab1b842514ffd22fe8193 (diff)
archimesh: panel location: Create
Diffstat (limited to 'archimesh/achm_main_panel.py')
-rw-r--r--archimesh/achm_main_panel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archimesh/achm_main_panel.py b/archimesh/achm_main_panel.py
index 0db6bbd4..8ec19732 100644
--- a/archimesh/achm_main_panel.py
+++ b/archimesh/achm_main_panel.py
@@ -392,7 +392,7 @@ class ARCHIMESH_PT_Main(Panel):
bl_label = "Archimesh"
bl_space_type = "VIEW_3D"
bl_region_type = "UI"
- bl_category = "View"
+ bl_category = "Create"
bl_context = "objectmode"
# ------------------------------