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:
-rw-r--r--add_mesh_BoltFactory/__init__.py2
-rw-r--r--add_mesh_ant_landscape.py2
-rw-r--r--add_mesh_extra_objects/__init__.py2
-rw-r--r--add_mesh_pipe_joint.py2
-rw-r--r--add_mesh_solid.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/add_mesh_BoltFactory/__init__.py b/add_mesh_BoltFactory/__init__.py
index eeaa8729..719ed7a1 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 8a944315..b31d8234 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 694490b3..dc4232ca 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 03f5a72b..46249ec9 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 5f215bd1..c3e152a1 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",