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:
authorJonathan Smith <j.jaydez@gmail.com>2010-05-30 17:16:50 +0400
committerJonathan Smith <j.jaydez@gmail.com>2010-05-30 17:16:50 +0400
commit5523ab3a1fee08bafd1ca21294415729d7ffa8b1 (patch)
treeccc9ab39b7baa440f41dc771b68871528c6d7924 /add_mesh_extras.py
parent6975326726db0c8f94a7552540a354405e98ee86 (diff)
Added correct url to add_mesh_extras
Diffstat (limited to 'add_mesh_extras.py')
-rw-r--r--add_mesh_extras.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/add_mesh_extras.py b/add_mesh_extras.py
index 3777ba18..b7b17878 100644
--- a/add_mesh_extras.py
+++ b/add_mesh_extras.py
@@ -29,10 +29,9 @@ bl_addon_info = {
'location': 'View3D > Add > Mesh > Extras',
'description': 'Adds Star, Wedge, Sqorus & Spindle objects.',
'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
- 'Scripts/Add_Mesh/',
+ 'Scripts/Add_Mesh/Add_Extra',
'category': 'Add Mesh'}
-
# Stores the values of a list of properties and the
# operator id in a property group ('recall_op') inside the object.
# Could (in theory) be used for non-objects.