From ab5c43cc08ea8f5bbb8d9cd7e5d89e0c48bc3497 Mon Sep 17 00:00:00 2001 From: Brendon Murphy <meta.androcto1@gmail.com> Date: Fri, 17 Sep 2010 02:22:39 +0000 Subject: [PATCH] update working revision 31965 scripts tested as working --- add_curve_aceous_galore.py | 2 +- add_curve_torus_knots.py | 2 +- add_mesh_3d_function_surface.py | 2 +- add_mesh_BoltFactory/__init__.py | 2 +- add_mesh_ant_landscape.py | 2 +- add_mesh_extras.py | 2 +- add_mesh_gears.py | 2 +- add_mesh_gemstones.py | 2 +- add_mesh_pipe_joint.py | 2 +- add_mesh_solid.py | 2 +- add_mesh_twisted_torus.py | 2 +- curve_simplify.py | 2 +- object_add_chain.py | 2 +- object_cloud_gen.py | 2 +- object_fracture/__init__.py | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py index 67c032a00..838f07305 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 2311cf3dd..69b0817c3 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 dd45b826a..d82d04600 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 6e8e1ef14..a3faf49e0 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 9ab3e14dc..5199801dd 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 ec38b343c..47ec12c0b 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 0cf6bfcda..4d82f3a56 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 432879c06..12ff8dae7 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 673edf747..34bc7c2b7 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 be29e658c..b57c01990 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 fe390636d..82ac8ef43 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 e3e6a8ca7..2f430b6d0 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 0cc997b90..9f3bfbd76 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 406a7fa4a..acad19e0f 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 30f849f63..72ca3d2ed 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": "", -- GitLab