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:
authorBrendon Murphy <meta.androcto1@gmail.com>2010-03-27 17:33:49 +0300
committerBrendon Murphy <meta.androcto1@gmail.com>2010-03-27 17:33:49 +0300
commitcf0ccce4853ad96eed26b90e40487c4c67571354 (patch)
tree4143b53b3889a9f2b74f1d404cc4a13af036de2e /add_mesh_twisted_torus.py
parent68f7388f513ed8eb83db197f1bb7a7debac47f09 (diff)
modify files to new wiki links to all scripts
add pontiac's clever fix for long wiki links to all scripts links should be pep8 compliant now.
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'}