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 'archipack/__init__.py')
-rw-r--r--archipack/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/archipack/__init__.py b/archipack/__init__.py
index 705468b7..e8ec83a6 100644
--- a/archipack/__init__.py
+++ b/archipack/__init__.py
@@ -31,7 +31,7 @@ bl_info = {
'author': 's-leger',
'license': 'GPL',
'deps': '',
- 'version': (1, 2, 81),
+ 'version': (1, 2, 82),
'blender': (2, 80, 0),
'location': 'View3D > Tools > Create > Archipack',
'warning': '',
@@ -308,8 +308,8 @@ class TOOLS_PT_Archipack_Create(Panel):
bl_label = "Archipack"
bl_idname = "TOOLS_PT_Archipack_Create"
bl_space_type = "VIEW_3D"
- bl_region_type = "TOOLS"
- # bl_category = "Create"
+ bl_region_type = "UI"
+ bl_category = "Create"
bl_context = "objectmode"
@classmethod