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:
authorCampbell Barton <ideasman42@gmail.com>2014-05-21 07:04:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-21 07:04:43 +0400
commit5bc482f647af6a3bf2e2b980108a25fa4c3ba352 (patch)
tree8762e4147b2bcc4225017d25a147410026b3c94a /add_mesh_extra_objects/add_mesh_pyramid.py
parent0962e658947844d22a9ad4dc929f7792e56ee284 (diff)
Maintenance to bl_info, remove redundant tracker URL's
Diffstat (limited to 'add_mesh_extra_objects/add_mesh_pyramid.py')
-rw-r--r--add_mesh_extra_objects/add_mesh_pyramid.py15
1 files changed, 8 insertions, 7 deletions
diff --git a/add_mesh_extra_objects/add_mesh_pyramid.py b/add_mesh_extra_objects/add_mesh_pyramid.py
index 9cca7618..8ca68503 100644
--- a/add_mesh_extra_objects/add_mesh_pyramid.py
+++ b/add_mesh_extra_objects/add_mesh_pyramid.py
@@ -20,14 +20,15 @@
# (c) 2011 Phil Cote (cotejrp1)
'''
bl_info = {
- 'name': 'Mesh Pyramid',
- 'author': 'Phil Cote, cotejrp1, (http://www.blenderaddons.com)',
- 'version': (0, 5),
+ "name": "Mesh Pyramid",
+ "author": "Phil Cote, cotejrp1, (http://www.blenderaddons.com)",
+ "version": (0, 5),
"blender": (2, 63, 0),
- 'location': 'View3D > Add > Mesh',
- 'description': 'Create an egyption-style step pyramid',
- 'warning': '', # used for warning icon and text in addons panel
- 'category': 'Add Mesh'}
+ "location": "View3D > Add > Mesh",
+ "description": "Create an egyption-style step pyramid",
+ "warning": "", # used for warning icon and text in addons panel
+ "category": "Add Mesh",
+}
'''
import bpy