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:
Diffstat (limited to 'add_mesh_ant_landscape.py')
-rw-r--r--add_mesh_ant_landscape.py22
1 files changed, 10 insertions, 12 deletions
diff --git a/add_mesh_ant_landscape.py b/add_mesh_ant_landscape.py
index c7b986a4..5f4cc8ec 100644
--- a/add_mesh_ant_landscape.py
+++ b/add_mesh_ant_landscape.py
@@ -17,18 +17,16 @@
# ##### END GPL LICENSE BLOCK #####
bl_addon_info = {
- 'name': 'Add Mesh: ANT Landscape',
- 'author': 'Jimmy Hazevoet',
- 'version': '0.1.0 July-2010',
- 'blender': (2, 5, 3),
- 'location': 'Add Mesh menu',
- 'description': 'Adds a landscape primitive',
- 'warning': '', # used for warning icon and text in addons panel
- 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
- 'Scripts/',
- 'tracker_url': 'https://projects.blender.org/tracker/index.php?' \
- 'func=detail&aid=23130&group_id=153&atid=469',
- 'category': 'Add Mesh'}
+ "name": "Add Mesh: ANT Landscape",
+ "author": "Jimmy Hazevoet",
+ "version": "0.1.0 July-2010",
+ "blender": (2, 5, 3),
+ "location": "Add Mesh menu",
+ "description": "Adds a landscape primitive",
+ "warning": "", # used for warning icon and text in addons panel
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/",
+ "tracker_url": "https://projects.blender.org/tracker/index.php?func=detail&aid=23130&group_id=153&atid=469",
+ "category": "Add Mesh"}
# import modules
import bpy