From 22aa3de483a4b484e8465e5833281c6206816388 Mon Sep 17 00:00:00 2001
From: Brendon Murphy <meta.androcto1@gmail.com>
Date: Tue, 29 Mar 2011 00:40:45 +0000
Subject: [PATCH] updated working revision r35853

---
 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 +-
 space_view3d_3d_navigation.py    | 2 +-
 space_view3d_align_tools.py      | 2 +-
 space_view3d_spacebar_menu.py    | 2 +-
 system_blend_info.py             | 2 +-
 16 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py
index 1241f9ff2..b4df54086 100644
--- a/add_curve_aceous_galore.py
+++ b/add_curve_aceous_galore.py
@@ -21,7 +21,7 @@ bl_info = {
     'author': 'Jimmy Hazevoet, testscreenings',
     'version': (0,2),
     "blender": (2, 5, 7),
-    "api": 35622,
+    "api": 35853,
     '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 4ee14d002..c832e03e7 100644
--- a/add_curve_torus_knots.py
+++ b/add_curve_torus_knots.py
@@ -22,7 +22,7 @@ bl_info = {
     "author": "testscreenings",
     "version": (0,1),
     "blender": (2, 5, 7),
-    "api": 35622,
+    "api": 35853,
     "location": "View3D > Add > Curve",
     "description": "Adds many types of (torus) knots",
     "warning": "",
diff --git a/add_mesh_3d_function_surface.py b/add_mesh_3d_function_surface.py
index 1e15ddcc6..820af794b 100644
--- a/add_mesh_3d_function_surface.py
+++ b/add_mesh_3d_function_surface.py
@@ -21,7 +21,7 @@ bl_info = {
     "author": "Buerbaum Martin (Pontiac)",
     "version": (0, 3, 7),
     "blender": (2, 5, 7),
-    "api": 35622,
+    "api": 35853,
     "location": "View3D > Add > Mesh",
     "description": "Create Objects using Math Formulas",
     "warning": "",
diff --git a/add_mesh_BoltFactory/__init__.py b/add_mesh_BoltFactory/__init__.py
index cc8118e0a..ef3f319e0 100644
--- a/add_mesh_BoltFactory/__init__.py
+++ b/add_mesh_BoltFactory/__init__.py
@@ -21,7 +21,7 @@ bl_info = {
     "author": "Aaron Keith",
     "version": (3, 9),
     "blender": (2, 5, 7),
-    "api": 35622,
+    "api": 35853,
     "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 48f3675f7..e287030dd 100644
--- a/add_mesh_ant_landscape.py
+++ b/add_mesh_ant_landscape.py
@@ -21,7 +21,7 @@ bl_info = {
     "author": "Jimmy Hazevoet",
     "version": (0,1,1),
     "blender": (2, 5, 7),
-    "api": 35622,
+    "api": 35853,
     "location": "View3D > Add > Mesh",
     "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 01e1b4b09..0e61d01d5 100644
--- a/add_mesh_extras.py
+++ b/add_mesh_extras.py
@@ -21,7 +21,7 @@ bl_info = {
     "author": "Pontiac, Fourmadmen, meta-androcto",
     "version": (0, 5),
     "blender": (2, 5, 7),
-    "api": 35622,
+    "api": 35853,
     "location": "View3D > Add > Mesh > Extras",
     "description": "Adds Star, Wedge, & Sqorus objects.",
     "warning": "",
diff --git a/add_mesh_gears.py b/add_mesh_gears.py
index 4d5539a66..65b3f964a 100644
--- a/add_mesh_gears.py
+++ b/add_mesh_gears.py
@@ -24,7 +24,7 @@ bl_info = {
     "author": "Michel J. Anders (varkenvarken)",
     "version": (2, 4, 2),
     "blender": (2, 5, 7),
-    "api": 35622,
+    "api": 35853,
     "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 13bcbc1ba..aa00d822b 100644
--- a/add_mesh_gemstones.py
+++ b/add_mesh_gemstones.py
@@ -21,7 +21,7 @@ bl_info = {
     "author": "Pontiac, Fourmadmen, Dreampainter",
     "version": (0, 4),
     "blender": (2, 5, 7),
-    "api": 35622,
+    "api": 35853,
     "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 86e1d1f37..6156d4591 100644
--- a/add_mesh_pipe_joint.py
+++ b/add_mesh_pipe_joint.py
@@ -21,7 +21,7 @@ bl_info = {
     "author": "Buerbaum Martin (Pontiac)",
     "version": (0, 10, 7),
     "blender": (2, 5, 7),
-    "api": 35622,
+    "api": 35853,
     "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 46ee7327f..2875934cd 100644
--- a/add_mesh_solid.py
+++ b/add_mesh_solid.py
@@ -22,7 +22,7 @@ bl_info = {
     "author": "DreamPainter",
     "version": (1, 0, 1),
     "blender": (2, 5, 7),
-    "api": 35622,
+    "api": 35853,
     "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 d5f3251fc..902b064c6 100644
--- a/add_mesh_twisted_torus.py
+++ b/add_mesh_twisted_torus.py
@@ -25,7 +25,7 @@ bl_info = {
     "author": "Paulo_Gomes",
     "version": (0, 11, 1),
     "blender": (2, 5, 7),
-    "api": 35622,
+    "api": 35853,
     "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 d816d19cf..142849414 100644
--- a/curve_simplify.py
+++ b/curve_simplify.py
@@ -21,7 +21,7 @@ bl_info = {
     "author": "testscreenings",
     "version": (1,),
     "blender": (2, 5, 7),
-    "api": 35622,
+    "api": 35853,
     "location": "Search > Simplify Curves",
     "description": "Simplifies 3D curves and fcurves",
     "warning": "",
diff --git a/space_view3d_3d_navigation.py b/space_view3d_3d_navigation.py
index a5f2b2986..242b7530b 100644
--- a/space_view3d_3d_navigation.py
+++ b/space_view3d_3d_navigation.py
@@ -26,7 +26,7 @@ bl_info = {
     "author": "Demohero, uriel",
     "version": (1, 2),
     "blender": (2, 5, 7),
-    "api": 35622,
+    "api": 35853,
     "location": "View3D > Tool Shelf > 3D Nav",
     "description": "Navigate the Camera & 3D View from the Toolshelf",
     "warning": "",
diff --git a/space_view3d_align_tools.py b/space_view3d_align_tools.py
index 0b4bb671b..11ff8b986 100644
--- a/space_view3d_align_tools.py
+++ b/space_view3d_align_tools.py
@@ -24,7 +24,7 @@ bl_info = {
     "author": "Gabriel Beaudin (gabhead)",
     "version": (0,1),
     "blender": (2, 5, 7),
-    "api": 35622,
+    "api": 35853,
     "location": "View3D > Tool Shelf > Align Tools Panel",
     "description": "Align Selected Objects to Active Object",
     "warning": "",
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index 388f92ae5..996bbf55b 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -23,7 +23,7 @@ bl_info = {
     "author": "JayDez, sim88, meta-androcto, sam",
     "version": (1, 7, 2),
     "blender": (2, 5, 7),
-    "api": 35622,
+    "api": 35853,
     "location": "View3D > Spacebar Key",
     "description": "Context Sensitive Spacebar Menu",
     "warning": "",
diff --git a/system_blend_info.py b/system_blend_info.py
index d979b8c02..3d8c6acdc 100644
--- a/system_blend_info.py
+++ b/system_blend_info.py
@@ -25,7 +25,7 @@ bl_info = {
     "author": "uselessdreamer",
     "version": (0,3),
     "blender": (2, 5, 7),
-    "api": 35622,
+    "api": 35853,
     "location": "Properties > Scene > Blend Info Panel",
     "description": "Show information about the .blend",
     "warning": "",
-- 
GitLab