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:
authorNBurn <7nburn@gmail.com>2019-01-21 07:46:19 +0300
committerNBurn <7nburn@gmail.com>2019-01-21 07:46:19 +0300
commit6522b4e0bf1dd49ce9b9f46f5ee8657ffe8e0351 (patch)
treee48105bdf4ee3184cd4c47161af6080687e04b09 /archimesh
parent1d0a99df255511b94d8419c3fbb46f197ca89923 (diff)
addons: blender version number fix
Diffstat (limited to 'archimesh')
-rw-r--r--archimesh/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archimesh/__init__.py b/archimesh/__init__.py
index bb8f1da2..533dc8bc 100644
--- a/archimesh/__init__.py
+++ b/archimesh/__init__.py
@@ -30,7 +30,7 @@ bl_info = {
"author": "Antonio Vazquez (antonioya)",
"location": "View3D > Add > Mesh > Archimesh",
"version": (1, 1, 4),
- "blender": (2, 6, 8),
+ "blender": (2, 68, 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",
"category": "Add Mesh"