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 14:45:14 +0300
committerMartin Buerbaum <martin.buerbaum@gmx.at>2010-03-16 14:45:14 +0300
commit3ed99b48cb7162e6f277fc09915fe5767648cb1d (patch)
tree89b308fce2ac467fa71c3edcbe0c14f130c4c3f3 /add_mesh_3d_function_surface.py
parent57401a24a5ee942ecddca132519fabf2cf1b5bf4 (diff)
* Removed underscore from name
* Made "url" mutli-line (not as nice, but I aim for PEP8) * Added gitorious link in comments.
Diffstat (limited to 'add_mesh_3d_function_surface.py')
-rw-r--r--add_mesh_3d_function_surface.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/add_mesh_3d_function_surface.py b/add_mesh_3d_function_surface.py
index 64338419..7fa7a530 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__ = """