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-12-19 20:07:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-19 20:07:27 +0400
commit2872d0440fd1fdb4048cfd0a135f4763562cf96e (patch)
tree33c40101114acd6901a046945b71721c840d60aa /add_mesh_extra_objects
parent5b2b55e30020ec4dccbd11d91a16eb74198232a8 (diff)
fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?
make addons blender versions consistent
Diffstat (limited to 'add_mesh_extra_objects')
-rw-r--r--add_mesh_extra_objects/__init__.py2
-rw-r--r--add_mesh_extra_objects/add_mesh_3d_function_surface.py2
-rw-r--r--add_mesh_extra_objects/add_mesh_gears.py2
-rw-r--r--add_mesh_extra_objects/add_mesh_gemstones.py2
-rw-r--r--add_mesh_extra_objects/add_mesh_honeycomb.py2
-rw-r--r--add_mesh_extra_objects/add_mesh_polysphere.py2
-rw-r--r--add_mesh_extra_objects/add_mesh_pyramid.py2
-rw-r--r--add_mesh_extra_objects/add_mesh_supertoroid.py4
-rw-r--r--add_mesh_extra_objects/add_mesh_teapot.py2
-rw-r--r--add_mesh_extra_objects/add_mesh_torusknot.py2
-rw-r--r--add_mesh_extra_objects/add_mesh_twisted_torus.py2
11 files changed, 12 insertions, 12 deletions
diff --git a/add_mesh_extra_objects/__init__.py b/add_mesh_extra_objects/__init__.py
index 6e64e2bd..a8c71ae5 100644
--- a/add_mesh_extra_objects/__init__.py
+++ b/add_mesh_extra_objects/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
"name": "Extra Objects",
"author": "Multiple Authors",
"version": (0, 3),
- "blender": (2, 6, 3),
+ "blender": (2, 63, 0),
"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 bd3ddfc7..2fa128a4 100644
--- a/add_mesh_extra_objects/add_mesh_3d_function_surface.py
+++ b/add_mesh_extra_objects/add_mesh_3d_function_surface.py
@@ -20,7 +20,7 @@ bl_info = {
"name": "3D Function Surfaces",
"author": "Buerbaum Martin (Pontiac), Elod Csirmaz",
"version": (0, 3, 8),
- "blender": (2, 5, 7),
+ "blender": (2, 57, 0),
"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 504fdcfd..5cc5405a 100644
--- a/add_mesh_extra_objects/add_mesh_gears.py
+++ b/add_mesh_extra_objects/add_mesh_gears.py
@@ -23,7 +23,7 @@ bl_info = {
"name": "Gears",
"author": "Michel J. Anders (varkenvarken)",
"version": (2, 4, 2),
- "blender": (2, 5, 7),
+ "blender": (2, 57, 0),
"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 075d8266..7d3db788 100644
--- a/add_mesh_extra_objects/add_mesh_gemstones.py
+++ b/add_mesh_extra_objects/add_mesh_gemstones.py
@@ -20,7 +20,7 @@ bl_info = {
"name": "Gemstones",
"author": "Pontiac, Fourmadmen, Dreampainter",
"version": (0, 4),
- "blender": (2, 5, 7),
+ "blender": (2, 57, 0),
"location": "View3D > Add > Mesh > Gemstones",
"description": "Adds various gemstone (Diamond & Gem) meshes.",
"warning": "",
diff --git a/add_mesh_extra_objects/add_mesh_honeycomb.py b/add_mesh_extra_objects/add_mesh_honeycomb.py
index b39cb42d..e810e0de 100644
--- a/add_mesh_extra_objects/add_mesh_honeycomb.py
+++ b/add_mesh_extra_objects/add_mesh_honeycomb.py
@@ -20,7 +20,7 @@ bl_info = {
"name": "HoneyComb",
"author": "Kayo Phoenix <kayo@illumium.org>",
"version": (0, 1),
- "blender": (2, 5, 7),
+ "blender": (2, 57, 0),
"api": 35853,
"location": "View3D > Add > Mesh > HoneyComb",
"description": "Adds HoneyComb Mesh",
diff --git a/add_mesh_extra_objects/add_mesh_polysphere.py b/add_mesh_extra_objects/add_mesh_polysphere.py
index 7b4ac568..3454618c 100644
--- a/add_mesh_extra_objects/add_mesh_polysphere.py
+++ b/add_mesh_extra_objects/add_mesh_polysphere.py
@@ -20,7 +20,7 @@ bl_info = {
"name": "Add PolySphere",
"author": "Andy Davies (metalliandy)",
"version": (0,1,6),
- "blender": (2, 6, 2),
+ "blender": (2, 62, 0),
"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 7c9ee6cf..9cca7618 100644
--- a/add_mesh_extra_objects/add_mesh_pyramid.py
+++ b/add_mesh_extra_objects/add_mesh_pyramid.py
@@ -23,7 +23,7 @@ bl_info = {
'name': 'Mesh Pyramid',
'author': 'Phil Cote, cotejrp1, (http://www.blenderaddons.com)',
'version': (0, 5),
- "blender": (2, 6, 3),
+ "blender": (2, 63, 0),
'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_supertoroid.py b/add_mesh_extra_objects/add_mesh_supertoroid.py
index 73af675c..425d2bd3 100644
--- a/add_mesh_extra_objects/add_mesh_supertoroid.py
+++ b/add_mesh_extra_objects/add_mesh_supertoroid.py
@@ -1,9 +1,9 @@
'''
-bl_addon_info = {
+bl_info = {
"name": "Add Mesh: SuperToroid",
"author": "DreamPainter",
"version": (1, 0, 0),
- "blender": (2, 5, 3),
+ "blender": (2, 53, 0),
"location": "View3D > Add > Mesh > SuperToroid",
"description": "Add a SuperToroid mesh",
"url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/" \
diff --git a/add_mesh_extra_objects/add_mesh_teapot.py b/add_mesh_extra_objects/add_mesh_teapot.py
index 79178688..2771dd73 100644
--- a/add_mesh_extra_objects/add_mesh_teapot.py
+++ b/add_mesh_extra_objects/add_mesh_teapot.py
@@ -29,7 +29,7 @@ bl_info = {
"name": "Teapot+",
"author": "Anthony D'Agostino",
"version": (1, 0),
- "blender": (2, 5, 7),
+ "blender": (2, 57, 0),
"location": "View3D > Add > Mesh ",
"url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Teapot",
"category": "Add Mesh"}
diff --git a/add_mesh_extra_objects/add_mesh_torusknot.py b/add_mesh_extra_objects/add_mesh_torusknot.py
index f289ddb2..f69d12c4 100644
--- a/add_mesh_extra_objects/add_mesh_torusknot.py
+++ b/add_mesh_extra_objects/add_mesh_torusknot.py
@@ -29,7 +29,7 @@ bl_info = {
"name": "Torus Knot",
"author": "Anthony D'Agostino",
"version": (1, 0),
- "blender": (2, 5, 7),
+ "blender": (2, 57, 0),
"location": "View3D > Add > Mesh ",
"url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_TorusKnot",
"category": "Add Mesh"}
diff --git a/add_mesh_extra_objects/add_mesh_twisted_torus.py b/add_mesh_extra_objects/add_mesh_twisted_torus.py
index f2e5e84b..4ebf7e3e 100644
--- a/add_mesh_extra_objects/add_mesh_twisted_torus.py
+++ b/add_mesh_extra_objects/add_mesh_twisted_torus.py
@@ -24,7 +24,7 @@ bl_info = {
"name": "Twisted Torus",
"author": "Paulo_Gomes",
"version": (0, 11, 1),
- "blender": (2, 5, 7),
+ "blender": (2, 57, 0),
"location": "View3D > Add > Mesh ",
"description": "Adds a mesh Twisted Torus to the Add Mesh menu",
"warning": "",