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>2016-08-08 14:21:54 +0300
committermeta-androcto <meta.androcto1@gmail.com>2016-08-08 14:21:54 +0300
commit080432b1f2bf723a4e4db76fdb96adf0c20349c8 (patch)
tree46b434bc8ce2e6c5f5434fb7d4a11e534da3b013 /archimesh/__init__.py
parente8f6c85d4edff2a94378f4259dbeace31c09f84b (diff)
clean up bl_info, add wiki links
Diffstat (limited to 'archimesh/__init__.py')
-rw-r--r--archimesh/__init__.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/archimesh/__init__.py b/archimesh/__init__.py
index 75784c43..2104760f 100644
--- a/archimesh/__init__.py
+++ b/archimesh/__init__.py
@@ -31,10 +31,10 @@ bl_info = {
"location": "View3D > Add > Mesh > Archimesh",
"version": (1, 1, 2),
"blender": (2, 6, 8),
- "description": "Generate rooms, doors, windows, kitchen cabinets, "
- "shelves, roofs, stairs and other architecture stuff.",
- "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
- "category": "Add Mesh"}
+ "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"
+ }
import sys
import os