From 3ed99b48cb7162e6f277fc09915fe5767648cb1d Mon Sep 17 00:00:00 2001 From: Martin Buerbaum <martin.buerbaum@gmx.at> Date: Tue, 16 Mar 2010 11:45:14 +0000 Subject: [PATCH] * Removed underscore from name * Made "url" mutli-line (not as nice, but I aim for PEP8) * Added gitorious link in comments. --- add_mesh_3d_function_surface.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/add_mesh_3d_function_surface.py b/add_mesh_3d_function_surface.py index 643384194..7fa7a5306 100644 --- a/add_mesh_3d_function_surface.py +++ b/add_mesh_3d_function_surface.py @@ -21,17 +21,18 @@ import Mathutils from math import * from bpy.props import * - bl_addon_info = { - 'name': 'Add_Mesh: 3D Function Surface', + 'name': 'Add Mesh: 3D Function Surface', 'author': 'Buerbaum Martin (Pontiac)', '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: +# http://gitorious.org/blender-scripts/blender-3d-function-surface # http://blenderartists.org/forum/showthread.php?t=179043 __bpydoc__ = """ -- GitLab