diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py index d657037c47f9c2f41f5fcfec3ee2067d13229e9a..7c53c6cde21812fae2d0e3e427c4c912141386a1 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 c832e03e7ed6e6378768a8402c9da0dfc86b25a8..55ffa8023f35dd4a5b7c267a590eaf2cf7c3c38b 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 ef3f319e019565662db5f12c63e7a7d36808e8ba..eeaa8729d746afa7e05e661cd9fe79c3fc439001 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 39c25974372a90b2eb8b10bf4587d89dfbe57409..51338004bccadde2f41216e0642907db8a4b9fcd 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 6ee156999a83d3ed4cfd7ef29a5e90b738fbb328..a726be7b0d7d9a3b532acf4a299e1272deb327ec 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 aa41e50c7a5e1a8091928a69740e95d975ea7c72..5f215bd19d6b64ed17e30b30c1e287efc93290b8 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 660d119205631087a5b8f70365053345135d9701..a749de3c748571d9f2665c3b7304f344e6b76c21 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 64fdef7038528617e495d34bb85b432241ad0e52..a97f47bbc307ecdd3b4206b0d256fbb0019cf741 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": "",