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:
authorCampbell Barton <ideasman42@gmail.com>2012-01-14 17:00:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-01-14 17:00:28 +0400
commit9291f167be73a5cd6dc2603d72725d9a02be0da2 (patch)
tree5e235ac87b3ef3522eacece46415cde273c725a5 /add_mesh_extra_objects
parent02374a12c41827ea9ae91c2cb73d5fc86c280b08 (diff)
remove api field, was never used.
Diffstat (limited to 'add_mesh_extra_objects')
-rw-r--r--add_mesh_extra_objects/__init__.py1
-rw-r--r--add_mesh_extra_objects/add_mesh_3d_function_surface.py1
-rw-r--r--add_mesh_extra_objects/add_mesh_gears.py1
-rw-r--r--add_mesh_extra_objects/add_mesh_gemstones.py1
-rw-r--r--add_mesh_extra_objects/add_mesh_polysphere.py1
-rw-r--r--add_mesh_extra_objects/add_mesh_pyramid.py1
-rw-r--r--add_mesh_extra_objects/add_mesh_twisted_torus.py1
7 files changed, 0 insertions, 7 deletions
diff --git a/add_mesh_extra_objects/__init__.py b/add_mesh_extra_objects/__init__.py
index a04bd8b0..adead243 100644
--- a/add_mesh_extra_objects/__init__.py
+++ b/add_mesh_extra_objects/__init__.py
@@ -23,7 +23,6 @@ bl_info = {
"author": "Multiple Authors",
"version": (0, 3),
"blender": (2, 6, 1),
- "api": 42524,
"location": "View3D > Add > Mesh > Extra Objects",
"description": "Add extra object types",
"warning": "",
diff --git a/add_mesh_extra_objects/add_mesh_3d_function_surface.py b/add_mesh_extra_objects/add_mesh_3d_function_surface.py
index f72a2583..eabf680c 100644
--- a/add_mesh_extra_objects/add_mesh_3d_function_surface.py
+++ b/add_mesh_extra_objects/add_mesh_3d_function_surface.py
@@ -21,7 +21,6 @@ bl_info = {
"author": "Buerbaum Martin (Pontiac), Elod Csirmaz",
"version": (0, 3, 8),
"blender": (2, 5, 7),
- "api": 37329,
"location": "View3D > Add > Mesh",
"description": "Create Objects using Math Formulas",
"warning": "",
diff --git a/add_mesh_extra_objects/add_mesh_gears.py b/add_mesh_extra_objects/add_mesh_gears.py
index a8f05156..0a0ba8d8 100644
--- a/add_mesh_extra_objects/add_mesh_gears.py
+++ b/add_mesh_extra_objects/add_mesh_gears.py
@@ -24,7 +24,6 @@ bl_info = {
"author": "Michel J. Anders (varkenvarken)",
"version": (2, 4, 2),
"blender": (2, 5, 7),
- "api": 35853,
"location": "View3D > Add > Mesh > Gears ",
"description": "Adds a mesh Gear to the Add Mesh menu",
"warning": "",
diff --git a/add_mesh_extra_objects/add_mesh_gemstones.py b/add_mesh_extra_objects/add_mesh_gemstones.py
index f688b8c6..7c25f935 100644
--- a/add_mesh_extra_objects/add_mesh_gemstones.py
+++ b/add_mesh_extra_objects/add_mesh_gemstones.py
@@ -21,7 +21,6 @@ bl_info = {
"author": "Pontiac, Fourmadmen, Dreampainter",
"version": (0, 4),
"blender": (2, 5, 7),
- "api": 35853,
"location": "View3D > Add > Mesh > Gemstones",
"description": "Adds various gemstone (Diamond & Gem) meshes.",
"warning": "",
diff --git a/add_mesh_extra_objects/add_mesh_polysphere.py b/add_mesh_extra_objects/add_mesh_polysphere.py
index b3832bce..9035a906 100644
--- a/add_mesh_extra_objects/add_mesh_polysphere.py
+++ b/add_mesh_extra_objects/add_mesh_polysphere.py
@@ -21,7 +21,6 @@ bl_info = {
"author": "Andy Davies (metalliandy)",
"version": (0,1,5),
"blender": (2, 5, 8),
- "api": 37702,
"location": "View3D > Add > Mesh > PolySphere",
"description": "Adds a PolySphere (all quads) for sculpting",
"warning": "",
diff --git a/add_mesh_extra_objects/add_mesh_pyramid.py b/add_mesh_extra_objects/add_mesh_pyramid.py
index bf91b614..69a530f4 100644
--- a/add_mesh_extra_objects/add_mesh_pyramid.py
+++ b/add_mesh_extra_objects/add_mesh_pyramid.py
@@ -24,7 +24,6 @@ bl_info = {
'author': 'Phil Cote, cotejrp1, (http://www.blenderaddons.com)',
'version': (0, 3),
"blender": (2, 5, 8),
- "api": 37702,
'location': 'View3D > Add > Mesh',
'description': 'Create an egyption-style step pyramid',
'warning': '', # used for warning icon and text in addons panel
diff --git a/add_mesh_extra_objects/add_mesh_twisted_torus.py b/add_mesh_extra_objects/add_mesh_twisted_torus.py
index c7d8d570..de07003e 100644
--- a/add_mesh_extra_objects/add_mesh_twisted_torus.py
+++ b/add_mesh_extra_objects/add_mesh_twisted_torus.py
@@ -25,7 +25,6 @@ bl_info = {
"author": "Paulo_Gomes",
"version": (0, 11, 1),
"blender": (2, 5, 7),
- "api": 35853,
"location": "View3D > Add > Mesh ",
"description": "Adds a mesh Twisted Torus to the Add Mesh menu",
"warning": "",