From 3b812189621ecc2ba979c40f16b7a4286ed705eb Mon Sep 17 00:00:00 2001 From: Brendon Murphy Date: Thu, 1 Apr 2010 18:59:17 +0000 Subject: modify all scripts to include 1 line description in line with new patch committ commit 27934 by DingTo: Improved Addons in User Prefs by Keith Boshoff (wahooney) This adds a "description" field to addons (ideally a small 1 liner, with basic info) [[Split portion of a mixed commit.]] --- add_mesh_3d_function_surface.py | 1 + 1 file changed, 1 insertion(+) (limited to 'add_mesh_3d_function_surface.py') diff --git a/add_mesh_3d_function_surface.py b/add_mesh_3d_function_surface.py index 29343dd8..92741666 100644 --- a/add_mesh_3d_function_surface.py +++ b/add_mesh_3d_function_surface.py @@ -28,6 +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', 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \ 'Scripts/Add_Mesh/Add_3d_Function_Surface', 'category': 'Add Mesh'} -- cgit v1.2.3