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-l <stephen@3dservices.ch>2021-09-25 13:03:10 +0300
committerstephen-l <stephen@3dservices.ch>2021-09-25 13:03:10 +0300
commitb1226da66a49a524ee17053c8f43d356597b18f4 (patch)
tree7253b9ba3cb46f1055af8793550627a93475ac15 /archipack/__init__.py
parentba969e8b536781450d8b43959c95ca07e886b2b6 (diff)
Blender 3.0 compatibility
Diffstat (limited to 'archipack/__init__.py')
-rw-r--r--archipack/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archipack/__init__.py b/archipack/__init__.py
index 0474cbd1..44c56b7c 100644
--- a/archipack/__init__.py
+++ b/archipack/__init__.py
@@ -31,8 +31,8 @@ bl_info = {
'author': 's-leger',
'license': 'GPL',
'deps': '',
- 'version': (1, 2, 84),
- 'blender': (2, 90, 0),
+ 'version': (1, 2, 85),
+ 'blender': (3, 0, 0),
'location': 'View3D > Sidebar > Create > Archipack',
'warning': '',
'doc_url': 'https://github.com/s-leger/archipack/wiki',