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/__init__.py
parent5ed80ecf025dcb50fbeab1b842514ffd22fe8193 (diff)
archimesh: panel location: Create
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 a9abe270..fa6d18a4 100644
--- a/archimesh/__init__.py
+++ b/archimesh/__init__.py
@@ -28,8 +28,8 @@
bl_info = {
"name": "Archimesh",
"author": "Antonio Vazquez (antonioya)",
- "location": "View3D > Add > Mesh > Archimesh",
- "version": (1, 2, 0),
+ "location": "View3D > Add Mesh / Sidebar",
+ "version": (1, 2, 2),
"blender": (2, 80, 0),
"description": "Generate rooms, doors, windows, and other architecture objects",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Add_Mesh/Archimesh",