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:
authorStephen Leger <stephen@3dservices.ch>2019-04-07 11:13:42 +0300
committerStephen Leger <stephen@3dservices.ch>2019-04-07 11:13:42 +0300
commita68c4204ac5e7345bf42eb0435356ee8fe48eae0 (patch)
treefbafab3a3bce738bba12e0fb3bfbd37d93e26242 /archipack/__init__.py
parent71846207f1e6fcff541558ebcb69323fc8885df2 (diff)
archipack 2.8 move to UI panel, fix auto-boolean in draw tools
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