From 37dfb200c264adb9091ddf72b282b15001f1e12f Mon Sep 17 00:00:00 2001 From: Jonathan Smith <j.jaydez@gmail.com> Date: Sun, 2 Oct 2011 07:33:09 +0000 Subject: [PATCH] Formatting description for add mesh scripts --- add_mesh_BoltFactory/__init__.py | 2 +- add_mesh_ant_landscape.py | 2 +- add_mesh_extra_objects/__init__.py | 2 +- add_mesh_pipe_joint.py | 2 +- add_mesh_solid.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/add_mesh_BoltFactory/__init__.py b/add_mesh_BoltFactory/__init__.py index eeaa8729d..719ed7a17 100644 --- a/add_mesh_BoltFactory/__init__.py +++ b/add_mesh_BoltFactory/__init__.py @@ -23,7 +23,7 @@ bl_info = { "blender": (2, 5, 9), "api": 39685, "location": "View3D > Add > Mesh", - "description": "Adds a Bolt or Nut", + "description": "Add a bolt or nut", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\ "Scripts/Add_Mesh/BoltFactory", "tracker_url": "https://projects.blender.org/tracker/index.php?"\ diff --git a/add_mesh_ant_landscape.py b/add_mesh_ant_landscape.py index 8a9443155..b31d82346 100644 --- a/add_mesh_ant_landscape.py +++ b/add_mesh_ant_landscape.py @@ -23,7 +23,7 @@ bl_info = { "blender": (2, 5, 9), "api": 39685, "location": "View3D > Add > Mesh", - "description": "Adds a Landscape Primitive", + "description": "Add a landscape primitive", "warning": "", # used for warning icon and text in addons panel "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\ "Scripts/Add_Mesh/ANT_Landscape", diff --git a/add_mesh_extra_objects/__init__.py b/add_mesh_extra_objects/__init__.py index 694490b3b..dc4232ca0 100644 --- a/add_mesh_extra_objects/__init__.py +++ b/add_mesh_extra_objects/__init__.py @@ -24,7 +24,7 @@ bl_info = { "blender": (2, 5, 9), "api": 40638, "location": "View3D > Add > Mesh > Extra Objects", - "description": "Adds More Object Types.", + "description": "Add gears, gems, math function surfaces, and other objects", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\ "Scripts/Add_Mesh/Add_Extra", diff --git a/add_mesh_pipe_joint.py b/add_mesh_pipe_joint.py index 03f5a72b5..46249ec9a 100644 --- a/add_mesh_pipe_joint.py +++ b/add_mesh_pipe_joint.py @@ -23,7 +23,7 @@ bl_info = { "blender": (2, 5, 9), "api": 39685, "location": "View3D > Add > Mesh > Pipe Joints", - "description": "Adds 5 pipe Joint types to the Add Mesh menu", + "description": "Add different types of pipe joints", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\ "Scripts/Add_Mesh/Add_Pipe_Joints", diff --git a/add_mesh_solid.py b/add_mesh_solid.py index 5f215bd19..c3e152a1d 100644 --- a/add_mesh_solid.py +++ b/add_mesh_solid.py @@ -24,7 +24,7 @@ bl_info = { "blender": (2, 5, 9), "api": 39685, "location": "View3D > Add > Mesh > Solids", - "description": "Add a Regular Solid mesh.", + "description": "Add a regular solid", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\ "Scripts/Add_Mesh/Add_Solid", -- GitLab