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:
authorMartin Buerbaum <martin.buerbaum@gmx.at>2010-03-16 17:28:50 +0300
committerMartin Buerbaum <martin.buerbaum@gmx.at>2010-03-16 17:28:50 +0300
commitfe8c7b6ede9acda773e60dfc3042909dba08f843 (patch)
tree1154af5ee56ef763123b7340e16b513cb9e61a60 /add_mesh_3d_function_surface.py
parentdb16b5357458f2de354a414f44aaf4d160e10488 (diff)
* Now the multi-line link should work (I used the wrong type of apostrophe to close the strings)
Diffstat (limited to 'add_mesh_3d_function_surface.py')
-rw-r--r--add_mesh_3d_function_surface.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/add_mesh_3d_function_surface.py b/add_mesh_3d_function_surface.py
index 820fa9c2..60f3619f 100644
--- a/add_mesh_3d_function_surface.py
+++ b/add_mesh_3d_function_surface.py
@@ -27,7 +27,8 @@ bl_addon_info = {
'version': '0.2.3',
'blender': '2.5.3',
'location': 'View3D > Add > Mesh > 3D Function Surface',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_3d_Function_Surface',
+ 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'Scripts/Add_3d_Function_Surface',
'category': 'Add Mesh'}
# More Links: