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:
authorPhilip Cote <cotejrp@gmail.com>2011-10-05 02:01:58 +0400
committerPhilip Cote <cotejrp@gmail.com>2011-10-05 02:01:58 +0400
commita570a2761ca2a8d01a0c9304a8a70264b759581e (patch)
tree9eb3cf4e2b3d3dec87b3568f65f9bf7313afc8cb /add_mesh_extra_objects
parentcadd91608e298b67e2fea8a97e2a511220c2c810 (diff)
Quick fix of my url.
Diffstat (limited to 'add_mesh_extra_objects')
-rw-r--r--add_mesh_extra_objects/add_mesh_pyramid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_mesh_extra_objects/add_mesh_pyramid.py b/add_mesh_extra_objects/add_mesh_pyramid.py
index 1deb6d75..1b1148f0 100644
--- a/add_mesh_extra_objects/add_mesh_pyramid.py
+++ b/add_mesh_extra_objects/add_mesh_pyramid.py
@@ -21,7 +21,7 @@
'''
bl_info = {
'name': 'Mesh Pyramid',
- 'author': 'Phil Cote, cotejrp1, (http://www.blenderpythontutorials.com)',
+ 'author': 'Phil Cote, cotejrp1, (http://www.blenderaddons.com)',
'version': (0,1),
"blender": (2, 5, 7),
"api": 35853,