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:
authorBrendon Murphy <meta.androcto1@gmail.com>2010-04-02 10:33:00 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2010-04-02 10:33:00 +0400
commit834ca5743baeebb57d98de0abdb36f6c70e7e967 (patch)
treec90dcd9254da4300fc8326b2bc28dd900eddd070 /add_mesh_3d_function_surface.py
parente209ec0ef50f5366fbadd64d3d816c4b41a8f90e (diff)
fix bad committ by me, typo in 1 script disabled them all....
Diffstat (limited to 'add_mesh_3d_function_surface.py')
-rw-r--r--add_mesh_3d_function_surface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_mesh_3d_function_surface.py b/add_mesh_3d_function_surface.py
index 92741666..c58fe9a7 100644
--- a/add_mesh_3d_function_surface.py
+++ b/add_mesh_3d_function_surface.py
@@ -28,7 +28,7 @@ bl_addon_info = {
'blender': (2, 5, 3),
'location': 'View3D > Add > Mesh > Z Function Surface &' \
' XYZ Function Surface',
- 'Description': 'Create Objects using Math Formulas',
+ 'description': 'Create Objects using Math Formulas',
'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_3d_Function_Surface',
'category': 'Add Mesh'}