From fe8c7b6ede9acda773e60dfc3042909dba08f843 Mon Sep 17 00:00:00 2001 From: Martin Buerbaum <martin.buerbaum@gmx.at> Date: Tue, 16 Mar 2010 14:28:50 +0000 Subject: [PATCH] * Now the multi-line link should work (I used the wrong type of apostrophe to close the strings) --- add_mesh_3d_function_surface.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/add_mesh_3d_function_surface.py b/add_mesh_3d_function_surface.py index 820fa9c2d..60f3619f0 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: -- GitLab