Skip to content
Snippets Groups Projects
Commit 3ed99b48 authored by Martin Buerbaum's avatar Martin Buerbaum
Browse files

* Removed underscore from name

* Made "url" mutli-line (not as nice, but I aim for PEP8)
* Added gitorious link in comments.
parent 57401a24
No related branches found
No related tags found
No related merge requests found
......@@ -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__ = """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment