From 5812b335f33dbc55b615606650f887a8b204bde5 Mon Sep 17 00:00:00 2001 From: Brendon Murphy Date: Sun, 2 Oct 2011 09:45:20 +0000 Subject: update to bl_info, please keep descriptions short. --- add_mesh_extra_objects/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'add_mesh_extra_objects/__init__.py') diff --git a/add_mesh_extra_objects/__init__.py b/add_mesh_extra_objects/__init__.py index dc4232ca..34ecd162 100644 --- a/add_mesh_extra_objects/__init__.py +++ b/add_mesh_extra_objects/__init__.py @@ -15,7 +15,8 @@ # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # # ##### END GPL LICENSE BLOCK ##### -# Contributed to by Pontiac, Fourmadmen, varkenvarken, tuga3d, meta-androcto, metalliandy, dreampainter & cotejrp1# +# Contributed to by +# Pontiac, Fourmadmen, varkenvarken, tuga3d, meta-androcto, metalliandy, dreampainter & cotejrp1# bl_info = { "name": "Extra Objects", @@ -24,7 +25,7 @@ bl_info = { "blender": (2, 5, 9), "api": 40638, "location": "View3D > Add > Mesh > Extra Objects", - "description": "Add gears, gems, math function surfaces, and other objects", + "description": "Add extra object types", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\ "Scripts/Add_Mesh/Add_Extra", -- cgit v1.2.3