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-08-25 17:13:27 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2011-08-25 17:13:27 +0400
commit011ec6b0a523ed95468158a27009d6375ddd2926 (patch)
treee168b72c29139f844fc7eccb51edc34ef311785b
parent284033f1b6509c467065a908269e3b3647e9a57d (diff)
update to bl_info
-rw-r--r--add_curve_aceous_galore.py4
-rw-r--r--add_curve_torus_knots.py4
-rw-r--r--add_mesh_BoltFactory/__init__.py4
-rw-r--r--add_mesh_ant_landscape.py4
-rw-r--r--add_mesh_pipe_joint.py4
-rw-r--r--add_mesh_solid.py4
-rw-r--r--curve_simplify.py4
-rw-r--r--object_cloud_gen.py4
8 files changed, 16 insertions, 16 deletions
diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py
index d657037c..7c53c6cd 100644
--- a/add_curve_aceous_galore.py
+++ b/add_curve_aceous_galore.py
@@ -20,8 +20,8 @@ bl_info = {
'name': 'Curveaceous Galore!',
'author': 'Jimmy Hazevoet, testscreenings',
'version': (0,2),
- "blender": (2, 5, 7),
- "api": 35853,
+ "blender": (2, 5, 9),
+ "api": 39685,
'location': 'View3D > Add > Curve',
'description': 'Adds many different types of Curves',
'warning': '', # used for warning icon and text in addons panel
diff --git a/add_curve_torus_knots.py b/add_curve_torus_knots.py
index c832e03e..55ffa802 100644
--- a/add_curve_torus_knots.py
+++ b/add_curve_torus_knots.py
@@ -21,8 +21,8 @@ bl_info = {
"name": "Torus Knots",
"author": "testscreenings",
"version": (0,1),
- "blender": (2, 5, 7),
- "api": 35853,
+ "blender": (2, 5, 9),
+ "api": 39685,
"location": "View3D > Add > Curve",
"description": "Adds many types of (torus) knots",
"warning": "",
diff --git a/add_mesh_BoltFactory/__init__.py b/add_mesh_BoltFactory/__init__.py
index ef3f319e..eeaa8729 100644
--- a/add_mesh_BoltFactory/__init__.py
+++ b/add_mesh_BoltFactory/__init__.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "BoltFactory",
"author": "Aaron Keith",
"version": (3, 9),
- "blender": (2, 5, 7),
- "api": 35853,
+ "blender": (2, 5, 9),
+ "api": 39685,
"location": "View3D > Add > Mesh",
"description": "Adds a Bolt or Nut",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
diff --git a/add_mesh_ant_landscape.py b/add_mesh_ant_landscape.py
index 39c25974..51338004 100644
--- a/add_mesh_ant_landscape.py
+++ b/add_mesh_ant_landscape.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "ANT Landscape",
"author": "Jimmy Hazevoet",
"version": (0,1,1),
- "blender": (2, 5, 7),
- "api": 35853,
+ "blender": (2, 5, 9),
+ "api": 39685,
"location": "View3D > Add > Mesh",
"description": "Adds a Landscape Primitive",
"warning": "", # used for warning icon and text in addons panel
diff --git a/add_mesh_pipe_joint.py b/add_mesh_pipe_joint.py
index 6ee15699..a726be7b 100644
--- a/add_mesh_pipe_joint.py
+++ b/add_mesh_pipe_joint.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "Pipe Joints",
"author": "Buerbaum Martin (Pontiac)",
"version": (0, 10, 7),
- "blender": (2, 5, 7),
- "api": 35853,
+ "blender": (2, 5, 9),
+ "api": 39685,
"location": "View3D > Add > Mesh > Pipe Joints",
"description": "Adds 5 pipe Joint types to the Add Mesh menu",
"warning": "",
diff --git a/add_mesh_solid.py b/add_mesh_solid.py
index aa41e50c..5f215bd1 100644
--- a/add_mesh_solid.py
+++ b/add_mesh_solid.py
@@ -21,8 +21,8 @@ bl_info = {
"name": "Regular Solids",
"author": "DreamPainter",
"version": (2, 0),
- "blender": (2, 5, 7),
- "api": 36336,
+ "blender": (2, 5, 9),
+ "api": 39685,
"location": "View3D > Add > Mesh > Solids",
"description": "Add a Regular Solid mesh.",
"warning": "",
diff --git a/curve_simplify.py b/curve_simplify.py
index 660d1192..a749de3c 100644
--- a/curve_simplify.py
+++ b/curve_simplify.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "Simplify curves",
"author": "testscreenings",
"version": (1,),
- "blender": (2, 5, 7),
- "api": 35853,
+ "blender": (2, 5, 9),
+ "api": 39685,
"location": "Search > Simplify Curves",
"description": "Simplifies 3D curves and fcurves",
"warning": "",
diff --git a/object_cloud_gen.py b/object_cloud_gen.py
index 64fdef70..a97f47bb 100644
--- a/object_cloud_gen.py
+++ b/object_cloud_gen.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "Cloud Generator",
"author": "Nick Keeline(nrk)",
"version": (1,0),
- "blender": (2, 5, 7),
- "api": 35853,
+ "blender": (2, 5, 9),
+ "api": 39685,
"location": "View3D > Tool Shelf > Cloud Generator Panel",
"description": "Creates Volumetric Clouds",
"warning": "",