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_twisted_torus.py')
-rw-r--r--add_mesh_twisted_torus.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/add_mesh_twisted_torus.py b/add_mesh_twisted_torus.py
index 1a88b1d9..a6c284dc 100644
--- a/add_mesh_twisted_torus.py
+++ b/add_mesh_twisted_torus.py
@@ -26,7 +26,8 @@ bl_addon_info = {
'version': '0.10',
'blender': (2, 5, 3),
'location': 'View3D > Add > Mesh ',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Twisted_Torus',
+ 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'Scripts/Add_Mesh/Add_Twisted_Torus',
'category': 'Add Mesh'}