diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py index 67c032a00f14905ea237947fadac126d4f64afa8..838f07305d65c5d90f4e83f6857033c3b118b800 100644 --- a/add_curve_aceous_galore.py +++ b/add_curve_aceous_galore.py @@ -21,7 +21,7 @@ bl_addon_info = { 'author': 'Jimmy Hazevoet, testscreenings', 'version': (0,2), 'blender': (2, 5, 3), - 'api': 31885, + 'api': 31965, 'location': 'Add Curve menu', 'description': 'adds many 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 2311cf3dd76fa403bc96147cdc5858e3c09033ea..69b0817c32e37284299d2feb107ad5469c98223a 100644 --- a/add_curve_torus_knots.py +++ b/add_curve_torus_knots.py @@ -22,7 +22,7 @@ bl_addon_info = { "author": "testscreenings", "version": (0,1), "blender": (2, 5, 3), - "api": 31885, + "api": 31965, "location": "View3D > Add > Curve", "description": "Adds many types of knots", "warning": "", diff --git a/add_mesh_3d_function_surface.py b/add_mesh_3d_function_surface.py index dd45b826a129705e3330d7a6bbab69325ba2af46..d82d0460092154578e594782323ed3a158b339de 100644 --- a/add_mesh_3d_function_surface.py +++ b/add_mesh_3d_function_surface.py @@ -21,7 +21,7 @@ bl_addon_info = { "author": "Buerbaum Martin (Pontiac)", "version": (0,3,5), "blender": (2, 5, 3), - "api": 31854, + "api": 31965, "location": "View3D > Add > Mesh > Z Function Surface & XYZ Function Surface", "description": "Create Objects using Math Formulas", "warning": "", diff --git a/add_mesh_BoltFactory/__init__.py b/add_mesh_BoltFactory/__init__.py index 6e8e1ef1468e8f611b675bedb2d000442ff7631c..a3faf49e0966c6f1c8b5c6b5951c8115c633f219 100644 --- a/add_mesh_BoltFactory/__init__.py +++ b/add_mesh_BoltFactory/__init__.py @@ -21,7 +21,7 @@ bl_addon_info = { "author": "Aaron Keith", "version": (3,9), "blender": (2, 5, 3), - "api": 31854, + "api": 31965, "location": "add Mesh", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\ "Scripts/Add_Mesh/BoltFactory", diff --git a/add_mesh_ant_landscape.py b/add_mesh_ant_landscape.py index 9ab3e14dc393b32d624208bd2293dfe6975219ec..5199801dde0cf07ea9c73cf427cc7614e0b09353 100644 --- a/add_mesh_ant_landscape.py +++ b/add_mesh_ant_landscape.py @@ -21,7 +21,7 @@ bl_addon_info = { "author": "Jimmy Hazevoet", "version": (0,1,0), "blender": (2, 5, 3), - "api": 31854, + "api": 31965, "location": "Add Mesh menu", "description": "Adds a landscape primitive", "warning": "", # used for warning icon and text in addons panel diff --git a/add_mesh_extras.py b/add_mesh_extras.py index ec38b343c058502cfdfce85f664e9e7840ea9ce1..47ec12c0be897b399c612bdd3e708921ade2a3cd 100644 --- a/add_mesh_extras.py +++ b/add_mesh_extras.py @@ -21,7 +21,7 @@ bl_addon_info = { "author": "Pontiac, Fourmadmen, meta-androcto", "version": (0,3), "blender": (2, 5, 3), - "api": 31854, + "api": 31965, "location": "View3D > Add > Mesh > Extras", "description": "Adds Star, Wedge, Sqorus & Spindle objects.", "warning": "", diff --git a/add_mesh_gears.py b/add_mesh_gears.py index 0cf6bfcda97e7a191344b1b8886b03136dd1aae4..4d82f3a56dcfb8b5c8146585482d5094c0dadff2 100644 --- a/add_mesh_gears.py +++ b/add_mesh_gears.py @@ -24,7 +24,7 @@ bl_addon_info = { "author": "Michel J. Anders (varkenvarken)", "version": (2,4,1), "blender": (2, 5, 3), - "api": 31854, + "api": 31965, "location": "View3D > Add > Mesh > Gears ", "description": "Adds a mesh Gear to the Add Mesh menu", "warning": "", diff --git a/add_mesh_gemstones.py b/add_mesh_gemstones.py index 432879c06de3b403fae27cacb4513d677abd66ca..12ff8dae79ef233f84300a3f26ef22cec7ed5cac 100644 --- a/add_mesh_gemstones.py +++ b/add_mesh_gemstones.py @@ -21,7 +21,7 @@ bl_addon_info = { "author": "Pontiac, Fourmadmen, Dreampainter", "version": (0,3), "blender": (2, 5, 3), - "api": 31854, + "api": 31965, "location": "View3D > Add > Mesh > Gemstones", "description": "Adds various gemstone (Diamond & Gem) meshes.", "warning": "", diff --git a/add_mesh_pipe_joint.py b/add_mesh_pipe_joint.py index 673edf7473411956f5742da19febafb292acdeb3..34bc7c2b7b2a87bfe145d175173423385c79ddc2 100644 --- a/add_mesh_pipe_joint.py +++ b/add_mesh_pipe_joint.py @@ -21,7 +21,7 @@ bl_addon_info = { "author": "Buerbaum Martin (Pontiac)", "version": (0, 10, 6), "blender": (2, 5, 3), - "api": 31854, + "api": 31965, "location": "View3D > Add > Mesh > Pipe Joint", "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 be29e658c4af7082c0f075748ce507aaa9a51b58..b57c01990f6e49cf16f430258a8fd331d26b8ad4 100644 --- a/add_mesh_solid.py +++ b/add_mesh_solid.py @@ -22,7 +22,7 @@ bl_addon_info = { "author": "DreamPainter", "version": (1,), "blender": (2, 5, 3), - "api": 31854, + "api": 31965, "location": "View3D > Add > Mesh > Regular Solids", "description": "Add a Regular Solid mesh.", "warning": "", diff --git a/add_mesh_twisted_torus.py b/add_mesh_twisted_torus.py index fe390636d569b5a7d6acc638e51768c21036bc98..82ac8ef43396974cb3d0b14286ae539ce72c6373 100644 --- a/add_mesh_twisted_torus.py +++ b/add_mesh_twisted_torus.py @@ -25,7 +25,7 @@ bl_addon_info = { "author": "Paulo_Gomes", "version": (0,11), "blender": (2, 5, 3), - "api": 31854, + "api": 31965, "location": "View3D > Add > Mesh ", "description": "Adds a mesh Twisted Torus to the Add Mesh menu", "warning": "", diff --git a/curve_simplify.py b/curve_simplify.py index e3e6a8ca7de1e5c16e2f23c12e166238b78ea65e..2f430b6d0559d1da4029c6cd15ced50da6fa1fa3 100644 --- a/curve_simplify.py +++ b/curve_simplify.py @@ -21,7 +21,7 @@ bl_addon_info = { "author": "testscreenings", "version": (1,), "blender": (2, 5, 3), - "api": 31847, + "api": 31965, "location": "Toolshelf > search > simplify curves", "description": "This script simplifies 3D curves and fcurves", "warning": "", diff --git a/object_add_chain.py b/object_add_chain.py index 0cc997b90c60c3da1fa95e76b6f3ec2d3ddbfd0e..9f3bfbd7666735539aac1fb73aa8189017ac6be5 100644 --- a/object_add_chain.py +++ b/object_add_chain.py @@ -21,7 +21,7 @@ bl_addon_info = { "author": "Brian Hinton (Nichod)", "version": (0,1), "blender": (2, 5, 3), - "api": 31667, + "api": 31965, "location": "View3D > Add > Mesh > Chain", "description": "Adds Chain with curve guide for easy creation", "warning": "", diff --git a/object_cloud_gen.py b/object_cloud_gen.py index 406a7fa4a0e8ab2ab86e36de2904594c0f8a2b0a..acad19e0fdff90aa8bb5fddcd4ee90c6cc9ac1e2 100644 --- a/object_cloud_gen.py +++ b/object_cloud_gen.py @@ -21,7 +21,7 @@ bl_addon_info = { "author": "Nick Keeline(nrk)", "version": (0,7), "blender": (2, 5, 3), - "api": 31847, + "api": 31965, "location": "Tool Shelf ", "description": "Creates Volumetric Clouds", "warning": "", diff --git a/object_fracture/__init__.py b/object_fracture/__init__.py index 30f849f63b778f83421aebebc833a952c15fb6ad..72ca3d2ed46727666ca661d25be1b98e790230d1 100644 --- a/object_fracture/__init__.py +++ b/object_fracture/__init__.py @@ -21,7 +21,7 @@ bl_addon_info = { "author": "pildanovak", "version": (2,0), "blender": (2, 5, 3), - "api": 31886, + "api": 31965, "location": "Fracture tools (Search > Fracture Object & Add -> Fracture Helper Objects", "description": "Fractured Object, Bomb, Projectile, Recorder", "warning": "",