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:
authorGermano Cavalcante <germano.costa@ig.com.br>2022-07-28 17:46:33 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2022-07-28 17:46:33 +0300
commit547adaa4edf8a96e94613bb9345624a00c7f8632 (patch)
treeb74486f16041c1efadbb958323fb00cf0afc2a2f /archimesh/__init__.py
parent880284a41e843ebe751e005a046586ba6718681b (diff)
Archimesh: replace deprecated bgl module
Part of T80730
Diffstat (limited to 'archimesh/__init__.py')
-rw-r--r--archimesh/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archimesh/__init__.py b/archimesh/__init__.py
index 261397f1..d79e02f7 100644
--- a/archimesh/__init__.py
+++ b/archimesh/__init__.py
@@ -11,8 +11,8 @@ bl_info = {
"name": "Archimesh",
"author": "Antonio Vazquez (antonioya)",
"location": "View3D > Add Mesh / Sidebar > Create Tab",
- "version": (1, 2, 2),
- "blender": (2, 80, 0),
+ "version": (1, 2, 3),
+ "blender": (3, 0, 0),
"description": "Generate rooms, doors, windows, and other architecture objects",
"doc_url": "{BLENDER_MANUAL_URL}/addons/add_mesh/archimesh.html",
"category": "Add Mesh"