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>2011-10-02 13:45:20 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2011-10-02 13:45:20 +0400
commit5812b335f33dbc55b615606650f887a8b204bde5 (patch)
tree03057042587dbe8fed33ad8c6d5454ae90c1f03a /add_mesh_extra_objects/__init__.py
parent37dfb200c264adb9091ddf72b282b15001f1e12f (diff)
update to bl_info,
please keep descriptions short.
Diffstat (limited to 'add_mesh_extra_objects/__init__.py')
-rw-r--r--add_mesh_extra_objects/__init__.py5
1 files changed, 3 insertions, 2 deletions
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",