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_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