From 9291f167be73a5cd6dc2603d72725d9a02be0da2 Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Sat, 14 Jan 2012 13:00:28 +0000
Subject: [PATCH] remove api field, was never used.

---
 add_curve_aceous_galore.py                             | 1 -
 add_curve_ivygen.py                                    | 1 -
 add_curve_sapling/__init__.py                          | 1 -
 add_curve_torus_knots.py                               | 1 -
 add_mesh_BoltFactory/__init__.py                       | 1 -
 add_mesh_ant_landscape.py                              | 1 -
 add_mesh_extra_objects/__init__.py                     | 1 -
 add_mesh_extra_objects/add_mesh_3d_function_surface.py | 1 -
 add_mesh_extra_objects/add_mesh_gears.py               | 1 -
 add_mesh_extra_objects/add_mesh_gemstones.py           | 1 -
 add_mesh_extra_objects/add_mesh_polysphere.py          | 1 -
 add_mesh_extra_objects/add_mesh_pyramid.py             | 1 -
 add_mesh_extra_objects/add_mesh_twisted_torus.py       | 1 -
 add_mesh_pipe_joint.py                                 | 1 -
 add_mesh_solid.py                                      | 1 -
 animation_add_corrective_shape_key.py                  | 1 -
 animation_animall.py                                   | 1 -
 animation_rotobezier.py                                | 1 -
 curve_simplify.py                                      | 1 -
 development_api_navigator.py                           | 1 -
 development_icon_get.py                                | 1 -
 game_engine_save_as_runtime.py                         | 1 -
 io_anim_acclaim/__init__.py                            | 1 -
 io_anim_bvh/__init__.py                                | 1 -
 io_anim_c3d/__init__.py                                | 1 -
 io_anim_camera.py                                      | 1 -
 io_anim_nuke_chan/__init__.py                          | 1 -
 io_coat3D/__init__.py                                  | 1 -
 io_convert_image_to_mesh_img/__init__.py               | 1 -
 io_curve_svg/__init__.py                               | 1 -
 io_export_after_effects.py                             | 1 -
 io_export_directx_x.py                                 | 1 -
 io_export_pc2.py                                       | 1 -
 io_export_unreal_psk_psa.py                            | 1 -
 io_import_gimp_image_to_scene.py                       | 1 -
 io_import_images_as_planes.py                          | 1 -
 io_import_scene_dxf.py                                 | 1 -
 io_import_scene_lwo.py                                 | 1 -
 io_import_scene_mhx.py                                 | 1 -
 io_import_scene_unreal_psk.py                          | 1 -
 io_mesh_pdb/__init__.py                                | 1 -
 io_mesh_ply/__init__.py                                | 1 -
 io_mesh_raw/__init__.py                                | 1 -
 io_mesh_stl/__init__.py                                | 1 -
 io_mesh_uv_layout/__init__.py                          | 1 -
 io_scene_3ds/__init__.py                               | 1 -
 io_scene_fbx/__init__.py                               | 1 -
 io_scene_m3/__init__.py                                | 1 -
 io_scene_map/__init__.py                               | 1 -
 io_scene_obj/__init__.py                               | 1 -
 io_scene_x3d/__init__.py                               | 1 -
 io_shape_mdd/__init__.py                               | 1 -
 light_field_tools/__init__.py                          | 1 -
 mesh_bsurfaces.py                                      | 1 -
 mesh_inset/__init__.py                                 | 1 -
 mesh_looptools.py                                      | 1 -
 mesh_relax.py                                          | 1 -
 mocap/__init__.py                                      | 1 -
 netrender/__init__.py                                  | 1 -
 object_add_chain.py                                    | 1 -
 object_animrenderbake.py                               | 1 -
 object_cloud_gen.py                                    | 1 -
 object_fracture/__init__.py                            | 1 -
 object_grease_scatter.py                               | 1 -
 paint_palette.py                                       | 1 -
 render_copy_settings/__init__.py                       | 1 -
 render_povray/__init__.py                              | 1 -
 render_renderfarmfi.py                                 | 1 -
 rigify/__init__.py                                     | 1 -
 space_view3d_3d_navigation.py                          | 1 -
 space_view3d_copy_attributes.py                        | 1 -
 space_view3d_materials_utils.py                        | 1 -
 space_view3d_math_vis/__init__.py                      | 1 -
 space_view3d_panel_measure.py                          | 1 -
 space_view3d_screencast_keys.py                        | 1 -
 system_blend_info.py                                   | 1 -
 system_demo_mode/__init__.py                           | 1 -
 system_property_chart.py                               | 1 -
 texture_paint_layer_manager.py                         | 1 -
 79 files changed, 79 deletions(-)

diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py
index d9e1e0835..2ba24b7f9 100644
--- a/add_curve_aceous_galore.py
+++ b/add_curve_aceous_galore.py
@@ -21,7 +21,6 @@ bl_info = {
     'author': 'Jimmy Hazevoet, testscreenings',
     'version': (0,2),
     "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_ivygen.py b/add_curve_ivygen.py
index 30ad75e83..7e8054ff3 100644
--- a/add_curve_ivygen.py
+++ b/add_curve_ivygen.py
@@ -23,7 +23,6 @@ bl_info = {
     "author": "testscreenings, PKHG, TrumanBlending",
     "version": (0, 1, 1),
     "blender": (2, 5, 9),
-    "api": 39307,
     "location": "View3D > Add > Curve",
     "description": "Adds generated ivy to a mesh object starting at the 3D"\
                    " cursor",
diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index 8cac1aeb5..4afd0ec1a 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -21,7 +21,6 @@ bl_info = {
     "author": "Andrew Hale (TrumanBlending)",
     "version": (0, 2, 5),
     "blender": (2, 5, 9),
-    "api": 39307,
     "location": "View3D > Add > Curve",
     "description": ("Adds a parametric tree. The method is presented by "
     "Jason Weber & Joseph Penn in their paper 'Creation and Rendering of "
diff --git a/add_curve_torus_knots.py b/add_curve_torus_knots.py
index 5d5551aaa..8f832c5aa 100644
--- a/add_curve_torus_knots.py
+++ b/add_curve_torus_knots.py
@@ -22,7 +22,6 @@ bl_info = {
     "author": "testscreenings",
     "version": (0,1),
     "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 719ed7a17..d30e46ab1 100644
--- a/add_mesh_BoltFactory/__init__.py
+++ b/add_mesh_BoltFactory/__init__.py
@@ -21,7 +21,6 @@ bl_info = {
     "author": "Aaron Keith",
     "version": (3, 9),
     "blender": (2, 5, 9),
-    "api": 39685,
     "location": "View3D > Add > Mesh",
     "description": "Add 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 3ccd5c3e6..b7fe7d0bc 100644
--- a/add_mesh_ant_landscape.py
+++ b/add_mesh_ant_landscape.py
@@ -21,7 +21,6 @@ bl_info = {
     "author": "Jimmy Hazevoet",
     "version": (0,1,2),
     "blender": (2, 6, 1),
-    "api": 42973,
     "location": "View3D > Add > Mesh",
     "description": "Add a landscape primitive",
     "warning": "", # used for warning icon and text in addons panel
diff --git a/add_mesh_extra_objects/__init__.py b/add_mesh_extra_objects/__init__.py
index a04bd8b07..adead243c 100644
--- a/add_mesh_extra_objects/__init__.py
+++ b/add_mesh_extra_objects/__init__.py
@@ -23,7 +23,6 @@ bl_info = {
     "author": "Multiple Authors",
     "version": (0, 3),
     "blender": (2, 6, 1),
-    "api": 42524,
     "location": "View3D > Add > Mesh > Extra Objects",
     "description": "Add extra object types",
     "warning": "",
diff --git a/add_mesh_extra_objects/add_mesh_3d_function_surface.py b/add_mesh_extra_objects/add_mesh_3d_function_surface.py
index f72a2583f..eabf680c2 100644
--- a/add_mesh_extra_objects/add_mesh_3d_function_surface.py
+++ b/add_mesh_extra_objects/add_mesh_3d_function_surface.py
@@ -21,7 +21,6 @@ bl_info = {
     "author": "Buerbaum Martin (Pontiac), Elod Csirmaz",
     "version": (0, 3, 8),
     "blender": (2, 5, 7),
-    "api": 37329,
     "location": "View3D > Add > Mesh",
     "description": "Create Objects using Math Formulas",
     "warning": "",
diff --git a/add_mesh_extra_objects/add_mesh_gears.py b/add_mesh_extra_objects/add_mesh_gears.py
index a8f05156d..0a0ba8d8a 100644
--- a/add_mesh_extra_objects/add_mesh_gears.py
+++ b/add_mesh_extra_objects/add_mesh_gears.py
@@ -24,7 +24,6 @@ bl_info = {
     "author": "Michel J. Anders (varkenvarken)",
     "version": (2, 4, 2),
     "blender": (2, 5, 7),
-    "api": 35853,
     "location": "View3D > Add > Mesh > Gears ",
     "description": "Adds a mesh Gear to the Add Mesh menu",
     "warning": "",
diff --git a/add_mesh_extra_objects/add_mesh_gemstones.py b/add_mesh_extra_objects/add_mesh_gemstones.py
index f688b8c63..7c25f935c 100644
--- a/add_mesh_extra_objects/add_mesh_gemstones.py
+++ b/add_mesh_extra_objects/add_mesh_gemstones.py
@@ -21,7 +21,6 @@ bl_info = {
     "author": "Pontiac, Fourmadmen, Dreampainter",
     "version": (0, 4),
     "blender": (2, 5, 7),
-    "api": 35853,
     "location": "View3D > Add > Mesh > Gemstones",
     "description": "Adds various gemstone (Diamond & Gem) meshes.",
     "warning": "",
diff --git a/add_mesh_extra_objects/add_mesh_polysphere.py b/add_mesh_extra_objects/add_mesh_polysphere.py
index b3832bce9..9035a9060 100644
--- a/add_mesh_extra_objects/add_mesh_polysphere.py
+++ b/add_mesh_extra_objects/add_mesh_polysphere.py
@@ -21,7 +21,6 @@ bl_info = {
     "author": "Andy Davies (metalliandy)",
     "version": (0,1,5),
     "blender": (2, 5, 8),
-    "api": 37702,
     "location": "View3D > Add > Mesh > PolySphere",
     "description": "Adds a PolySphere (all quads) for sculpting",
     "warning": "",
diff --git a/add_mesh_extra_objects/add_mesh_pyramid.py b/add_mesh_extra_objects/add_mesh_pyramid.py
index bf91b614b..69a530f42 100644
--- a/add_mesh_extra_objects/add_mesh_pyramid.py
+++ b/add_mesh_extra_objects/add_mesh_pyramid.py
@@ -24,7 +24,6 @@ bl_info = {
     'author': 'Phil Cote, cotejrp1, (http://www.blenderaddons.com)',
     'version': (0, 3),
     "blender": (2, 5, 8),
-    "api": 37702,
     'location': 'View3D > Add > Mesh',
     'description': 'Create an egyption-style step pyramid',
     'warning': '',  # used for warning icon and text in addons panel
diff --git a/add_mesh_extra_objects/add_mesh_twisted_torus.py b/add_mesh_extra_objects/add_mesh_twisted_torus.py
index c7d8d5700..de07003e0 100644
--- a/add_mesh_extra_objects/add_mesh_twisted_torus.py
+++ b/add_mesh_extra_objects/add_mesh_twisted_torus.py
@@ -25,7 +25,6 @@ bl_info = {
     "author": "Paulo_Gomes",
     "version": (0, 11, 1),
     "blender": (2, 5, 7),
-    "api": 35853,
     "location": "View3D > Add > Mesh ",
     "description": "Adds a mesh Twisted Torus to the Add Mesh menu",
     "warning": "",
diff --git a/add_mesh_pipe_joint.py b/add_mesh_pipe_joint.py
index 80f13ca9e..38041944c 100644
--- a/add_mesh_pipe_joint.py
+++ b/add_mesh_pipe_joint.py
@@ -21,7 +21,6 @@ bl_info = {
     "author": "Buerbaum Martin (Pontiac)",
     "version": (0, 10, 7),
     "blender": (2, 6, 1),
-    "api": 42973,
     "location": "View3D > Add > Mesh > Pipe Joints",
     "description": "Add different types of pipe joints",
     "warning": "",
diff --git a/add_mesh_solid.py b/add_mesh_solid.py
index 5c90a74e1..d0b1417c8 100644
--- a/add_mesh_solid.py
+++ b/add_mesh_solid.py
@@ -22,7 +22,6 @@ bl_info = {
     "author": "DreamPainter",
     "version": (2, 0),
     "blender": (2, 5, 9),
-    "api": 39685,
     "location": "View3D > Add > Mesh > Solids",
     "description": "Add a regular solid",
     "warning": "",
diff --git a/animation_add_corrective_shape_key.py b/animation_add_corrective_shape_key.py
index 31bcdfa96..567d8ffd8 100644
--- a/animation_add_corrective_shape_key.py
+++ b/animation_add_corrective_shape_key.py
@@ -23,7 +23,6 @@ bl_info = {
     'author': 'Ivo Grigull (loolarge), Tal Trachtman',
     'version': (1, 0),
     "blender": (2, 5, 7),
-    "api": 36157,
     'location': 'Object Data > Shape Keys (Search: corrective) ',
     'description': 'Creates a corrective shape key for the current pose',
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
diff --git a/animation_animall.py b/animation_animall.py
index 3fe7de8c2..4b93f0a16 100644
--- a/animation_animall.py
+++ b/animation_animall.py
@@ -21,7 +21,6 @@ bl_info = {
     'author': 'Daniel Salazar <zanqdo@gmail.com>',
     'version': (0, 4),
     "blender": (2, 5, 7),
-    "api": 35622,
     'location': 'Select a Mesh: Tool Shelf > AnimAll panel',
     'description': 'Allows animation of mesh and lattice data (Shape Keys, VCols, VGroups, UVs)',
     'warning': '',
diff --git a/animation_rotobezier.py b/animation_rotobezier.py
index a915a3732..7f563754c 100644
--- a/animation_rotobezier.py
+++ b/animation_rotobezier.py
@@ -21,7 +21,6 @@ bl_info = {
     'author': 'Daniel Salazar <zanqdo@gmail.com>',
     'version': (0, 8),
     "blender": (2, 5, 7),
-    "api": 35622,
     'location': 'Select a Curve: Tool Shelf > RotoBezier Panel',
     'description': 'Allows animation of Bezier and NURBS curves',
     'warning': '',
diff --git a/curve_simplify.py b/curve_simplify.py
index cecc230a6..7003ef2eb 100644
--- a/curve_simplify.py
+++ b/curve_simplify.py
@@ -21,7 +21,6 @@ bl_info = {
     "author": "testscreenings",
     "version": (1,),
     "blender": (2, 5, 9),
-    "api": 39685,
     "location": "Search > Simplify Curves",
     "description": "Simplifies 3D curves and fcurves",
     "warning": "",
diff --git a/development_api_navigator.py b/development_api_navigator.py
index 23e0f0f62..32cf8aa2c 100644
--- a/development_api_navigator.py
+++ b/development_api_navigator.py
@@ -24,7 +24,6 @@ bl_info = {
     "author": "Dany Lebel (Axon_D)",
     "version": (1, 0, 2),
     "blender": (2, 5, 7),
-    "api": 36079,
     "location": "Text Editor > Properties > API Navigator Panel",
     "description": "Allows exploration of the python api via the user interface",
     "warning": "",
diff --git a/development_icon_get.py b/development_icon_get.py
index 593b800e1..429422eec 100644
--- a/development_icon_get.py
+++ b/development_icon_get.py
@@ -24,7 +24,6 @@ bl_info = {
     'author': 'Crouch, N.tox, PKHG, Campbell Barton, Dany Lebel',
     'version': (1, 5, 1),
     "blender": (2, 5, 7),
-    "api": 35850,
     'location': 'Text Editor > Properties or '\
         'Console > Console Menu',
     'warning': '',
diff --git a/game_engine_save_as_runtime.py b/game_engine_save_as_runtime.py
index 37387d9a1..6a40a1952 100644
--- a/game_engine_save_as_runtime.py
+++ b/game_engine_save_as_runtime.py
@@ -21,7 +21,6 @@ bl_info = {
     'author': 'Mitchell Stokes (Moguri)',
     'version': (0, 3, 1),
     "blender": (2, 6, 1),
-    "api": 42107,
     'location': 'File > Export',
     'description': 'Bundle a .blend file with the Blenderplayer',
     'warning': '',
diff --git a/io_anim_acclaim/__init__.py b/io_anim_acclaim/__init__.py
index be9996d99..c43c01f5b 100644
--- a/io_anim_acclaim/__init__.py
+++ b/io_anim_acclaim/__init__.py
@@ -27,7 +27,6 @@ bl_info = {
     'author': "Daniel Monteiro Basso <daniel@basso.inf.br>",
     'version': (2011, 11, 2, 1),
     'blender': (2, 6, 0),
-    'api': 41226,
     'location': "File > Import",
     'description': "Imports Acclaim Skeleton and Motion Capture Files",
     'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
diff --git a/io_anim_bvh/__init__.py b/io_anim_bvh/__init__.py
index 815f6dc13..3ebf8adad 100644
--- a/io_anim_bvh/__init__.py
+++ b/io_anim_bvh/__init__.py
@@ -22,7 +22,6 @@ bl_info = {
     "name": "BioVision Motion Capture (BVH) format",
     "author": "Campbell Barton",
     "blender": (2, 5, 7),
-    "api": 35622,
     "location": "File > Import-Export",
     "description": "Import-Export BVH from armature objects",
     "warning": "",
diff --git a/io_anim_c3d/__init__.py b/io_anim_c3d/__init__.py
index 36c6f0c2c..d50099cc0 100644
--- a/io_anim_c3d/__init__.py
+++ b/io_anim_c3d/__init__.py
@@ -27,7 +27,6 @@ bl_info = {
     'author': "Daniel Monteiro Basso <daniel@basso.inf.br>",
     'version': (2011, 11, 3, 1),
     'blender': (2, 6, 0),
-    'api': 41226,
     'location': "File > Import",
     'description': "Imports C3D Graphics Lab Motion Capture files",
     'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
diff --git a/io_anim_camera.py b/io_anim_camera.py
index d426baace..61b0df297 100644
--- a/io_anim_camera.py
+++ b/io_anim_camera.py
@@ -23,7 +23,6 @@ bl_info = {
     "author": "Campbell Barton",
     "version": (0, 1),
     "blender": (2, 5, 7),
-    "api": 36079,
     "location": "File > Export > Cameras & Markers (.py)",
     "description": "Export Cameras & Markers (.py)",
     "warning": "",
diff --git a/io_anim_nuke_chan/__init__.py b/io_anim_nuke_chan/__init__.py
index 7df69dff3..757693769 100644
--- a/io_anim_nuke_chan/__init__.py
+++ b/io_anim_nuke_chan/__init__.py
@@ -23,7 +23,6 @@ bl_info = {
     "author": "Michael Krupa",
     "version": (1, 0),
     "blender": (2, 6, 1),
-    "api": 36079,
     "location": "File > Import/Export > Nuke (.chan)",
     "description": "Import/Export object's animation with nuke",
     "warning": "",
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index c5663d297..40904ab2e 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -21,7 +21,6 @@ bl_info = {
     "author": "Kalle-Samuli Riihikoski (haikalle)",
     "version": (3, 5, 20),
     "blender": (2, 5, 9),
-    "api": 39685,
     "location": "Scene > 3D-Coat Applink",
     "description": "Transfer data between 3D-Coat/Blender",
     "warning": "",
diff --git a/io_convert_image_to_mesh_img/__init__.py b/io_convert_image_to_mesh_img/__init__.py
index d42f58428..00ba50af5 100644
--- a/io_convert_image_to_mesh_img/__init__.py
+++ b/io_convert_image_to_mesh_img/__init__.py
@@ -21,7 +21,6 @@ bl_info = {
     "author": "Tim Spriggs (tims@uahirise.org)",
     "version": (0, 1, 2),
     "blender": (2, 5, 7),
-    "api": 35622,
     "location": "File > Import > HiRISE DTM from PDS IMG (.IMG)",
     "description": "Import a HiRISE DTM formatted as a PDS IMG file",
     "warning": "May consume a lot of memory",
diff --git a/io_curve_svg/__init__.py b/io_curve_svg/__init__.py
index 151fd2eb2..194ed5edc 100644
--- a/io_curve_svg/__init__.py
+++ b/io_curve_svg/__init__.py
@@ -22,7 +22,6 @@ bl_info = {
     "name": "Scalable Vector Graphics (SVG) 1.1 format",
     "author": "JM Soler, Sergey Sharybin",
     "blender": (2, 5, 7),
-    "api": 36079,
     "location": "File > Import > Scalable Vector Graphics (.svg)",
     "description": "Import SVG as curves",
     "warning": "",
diff --git a/io_export_after_effects.py b/io_export_after_effects.py
index 3b1c9e237..f0d44daf2 100644
--- a/io_export_after_effects.py
+++ b/io_export_after_effects.py
@@ -23,7 +23,6 @@ bl_info = {
     'author': 'Bartek Skorupa',
     'version': (0, 5, 9),
     'blender': (2, 6, 1),
-    'api': 43253,
     'location': 'File > Export > Adobe After Effects (.jsx)',
     "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
diff --git a/io_export_directx_x.py b/io_export_directx_x.py
index 3455f8cae..b2ec50278 100644
--- a/io_export_directx_x.py
+++ b/io_export_directx_x.py
@@ -20,7 +20,6 @@ bl_info = {
     "author": "Chris Foster (Kira Vakaan)",
     "version": (2, 1, 2),
     "blender": (2, 5, 8),
-    "api": 37702,
     "location": "File > Export > DirectX (.x)",
     "description": "Export DirectX Model Format (.x)",
     "warning": "",
diff --git a/io_export_pc2.py b/io_export_pc2.py
index 2ef701b1c..777ddac95 100644
--- a/io_export_pc2.py
+++ b/io_export_pc2.py
@@ -21,7 +21,6 @@ bl_info = {
     "author": "Florian Meyer (tstscr)",
     "version": (1, 0),
     "blender": (2, 5, 7),
-    "api": 36079,
     "location": "File > Export > Pointcache (.pc2)",
     "description": "Export mesh Pointcache data (.pc2)",
     "warning": "",
diff --git a/io_export_unreal_psk_psa.py b/io_export_unreal_psk_psa.py
index 1c5bcaa8a..4c409c858 100644
--- a/io_export_unreal_psk_psa.py
+++ b/io_export_unreal_psk_psa.py
@@ -20,7 +20,6 @@ bl_info = {
     "author": "Darknet/Optimus_P-Fat/Active_Trash/Sinsoft/VendorX",
     "version": (2, 4),
     "blender": (2, 6, 0),
-    "api": 36079,
     "location": "File > Export > Skeletal Mesh/Animation Data (.psk/.psa)",
     "description": "Export Skeleletal Mesh/Animation Data",
     "warning": "",
diff --git a/io_import_gimp_image_to_scene.py b/io_import_gimp_image_to_scene.py
index 5439713c8..bb7983612 100644
--- a/io_import_gimp_image_to_scene.py
+++ b/io_import_gimp_image_to_scene.py
@@ -21,7 +21,6 @@ bl_info = {
     "author": "Daniel Salazar (ZanQdo)",
     "version": (2, 0, 0),
     "blender": (2, 5, 7),
-    "api": 36079,
     "location": "File > Import > GIMP Image to Scene(.xcf/.xjt)",
     "description": "Imports GIMP multilayer image files as a series of multiple planes",
     "warning": "XCF import requires xcftools installed",
diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py
index d62dddfc0..7b1224917 100644
--- a/io_import_images_as_planes.py
+++ b/io_import_images_as_planes.py
@@ -21,7 +21,6 @@ bl_info = {
     "author": "Florian Meyer (tstscr)",
     "version": (1, 0),
     "blender": (2, 5, 7),
-    "api": 35622,
     "location": "File > Import > Images as Planes",
     "description": "Imports images and creates planes with the appropriate "
                    "aspect ratio. The images are mapped to the planes.",
diff --git a/io_import_scene_dxf.py b/io_import_scene_dxf.py
index db9b2b6db..e1bec294c 100644
--- a/io_import_scene_dxf.py
+++ b/io_import_scene_dxf.py
@@ -21,7 +21,6 @@ bl_info = {
     'author': 'Thomas Larsson, Remigiusz Fiedler',
     'version': (0, 1, 6),
     "blender": (2, 6, 1),
-    "api": 42615,
     'location': 'File > Import > Autocad (.dxf)',
     'description': 'Import files in the Autocad DXF format (.dxf)',
     'warning': 'Only a subset of DXF specification is supported now.'\
diff --git a/io_import_scene_lwo.py b/io_import_scene_lwo.py
index 6e7a3abd6..be786e10e 100644
--- a/io_import_scene_lwo.py
+++ b/io_import_scene_lwo.py
@@ -21,7 +21,6 @@ bl_info= {
     "author": "Ken Nign (Ken9)",
     "version": (1, 2),
     "blender": (2, 5, 7),
-    "api": 35622,
     "location": "File > Import > LightWave Object (.lwo)",
     "description": "Imports a LWO file including any UV, Morph and Color maps. "\
         "Can convert Skelegons to an Armature.",
diff --git a/io_import_scene_mhx.py b/io_import_scene_mhx.py
index 159fc77e1..cdf27f1ef 100644
--- a/io_import_scene_mhx.py
+++ b/io_import_scene_mhx.py
@@ -41,7 +41,6 @@ bl_info = {
     'author': 'Thomas Larsson',
     'version': (1, 9, 1),
     "blender": (2, 5, 9),
-    "api": 40335,
     'location': "File > Import > MakeHuman (.mhx)",
     'description': 'Import files in the MakeHuman eXchange format (.mhx)',
     'warning': '',
diff --git a/io_import_scene_unreal_psk.py b/io_import_scene_unreal_psk.py
index 49139a766..58506a48f 100644
--- a/io_import_scene_unreal_psk.py
+++ b/io_import_scene_unreal_psk.py
@@ -21,7 +21,6 @@ bl_info = {
     "author": "Darknet",
     "version": (2, 0),
     "blender": (2, 5, 9),
-    "api": 41077,
     "location": "File > Import > Skeleton Mesh (.psk)",
     "description": "Import Skeleleton Mesh",
     "warning": "",
diff --git a/io_mesh_pdb/__init__.py b/io_mesh_pdb/__init__.py
index 252983935..76fb7f72d 100644
--- a/io_mesh_pdb/__init__.py
+++ b/io_mesh_pdb/__init__.py
@@ -22,7 +22,6 @@ bl_info = {
     "author": "Clemens Barth",
     "version": (1,2),
     "blender": (2,6),
-    "api": 31236,
     "location": "File -> Import -> PDB (.pdb), Panel: View 3D - Tools",
     "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/PDB",
diff --git a/io_mesh_ply/__init__.py b/io_mesh_ply/__init__.py
index 7ef22e591..851a6b7b9 100644
--- a/io_mesh_ply/__init__.py
+++ b/io_mesh_ply/__init__.py
@@ -22,7 +22,6 @@ bl_info = {
     "name": "Stanford PLY format",
     "author": "Bruce Merry, Campbell Barton",
     "blender": (2, 5, 7),
-    "api": 35622,
     "location": "File > Import-Export",
     "description": "Import-Export PLY mesh data withs UV's and vertex colors",
     "warning": "",
diff --git a/io_mesh_raw/__init__.py b/io_mesh_raw/__init__.py
index 6c8f1e215..d677e4533 100644
--- a/io_mesh_raw/__init__.py
+++ b/io_mesh_raw/__init__.py
@@ -24,7 +24,6 @@ bl_info = {
     "author": "Anthony D,Agostino (Scorpius), Aurel Wildfellner",
     "version": (0, 2),
     "blender": (2, 5, 7),
-    "api": 36103,
     "location": "File > Import-Export > Raw Faces (.raw) ",
     "description": "Import-Export Raw Faces",
     "warning": "",
diff --git a/io_mesh_stl/__init__.py b/io_mesh_stl/__init__.py
index 2eb36a82b..7005e50dd 100644
--- a/io_mesh_stl/__init__.py
+++ b/io_mesh_stl/__init__.py
@@ -23,7 +23,6 @@ bl_info = {
     "author": "Guillaume Bouchard (Guillaum)",
     "version": (1, 0),
     "blender": (2, 5, 7),
-    "api": 35622,
     "location": "File > Import-Export > Stl",
     "description": "Import-Export STL files",
     "warning": "",
diff --git a/io_mesh_uv_layout/__init__.py b/io_mesh_uv_layout/__init__.py
index a012b5a39..3682e5694 100644
--- a/io_mesh_uv_layout/__init__.py
+++ b/io_mesh_uv_layout/__init__.py
@@ -23,7 +23,6 @@ bl_info = {
     "author": "Campbell Barton, Matt Ebb",
     "version": (1, 0),
     "blender": (2, 5, 8),
-    "api": 35622,
     "location": "Image-Window > UVs > Export UV Layout",
     "description": "Export the UV layout as a 2D graphic",
     "warning": "",
diff --git a/io_scene_3ds/__init__.py b/io_scene_3ds/__init__.py
index aacb8ce2b..8c9ee3bc0 100644
--- a/io_scene_3ds/__init__.py
+++ b/io_scene_3ds/__init__.py
@@ -22,7 +22,6 @@ bl_info = {
     "name": "Autodesk 3DS format",
     "author": "Bob Holcomb, Campbell Barton",
     "blender": (2, 5, 7),
-    "api": 35622,
     "location": "File > Import-Export",
     "description": "Import-Export 3DS, meshes, uvs, materials, textures, "
                    "cameras & lamps",
diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index 756e8b002..f2ee6cbbc 100644
--- a/io_scene_fbx/__init__.py
+++ b/io_scene_fbx/__init__.py
@@ -22,7 +22,6 @@ bl_info = {
     "name": "Autodesk FBX format",
     "author": "Campbell Barton",
     "blender": (2, 5, 9),
-    "api": 38691,
     "location": "File > Import-Export",
     "description": "Export FBX meshes, UV's, vertex colors, materials, "
                    "textures, cameras, lamps and actions",
diff --git a/io_scene_m3/__init__.py b/io_scene_m3/__init__.py
index 2fd2b2989..1665c5919 100644
--- a/io_scene_m3/__init__.py
+++ b/io_scene_m3/__init__.py
@@ -23,7 +23,6 @@ bl_info = {
     'author': 'Cory Perry',
     'version': (0, 2, 1),
     "blender": (2, 5, 7),
-    "api": 36079,
     'location': 'File > Import > Blizzard M3 (.m3)',
     'description': 'Imports the Blizzard M3 format (.m3)',
     'warning': '',
diff --git a/io_scene_map/__init__.py b/io_scene_map/__init__.py
index 695d48f09..495c25547 100644
--- a/io_scene_map/__init__.py
+++ b/io_scene_map/__init__.py
@@ -22,7 +22,6 @@ bl_info = {
     "name": "Quake MAP format",
     "author": "Campbell Barton",
     "blender": (2, 5, 7),
-    "api": 35622,
     "location": "File > Export",
     "description": "Export MAP brushes, nurbs surfaces, "
                    "lamps and empties as map nodes",
diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py
index 4251404e8..12bec2d06 100644
--- a/io_scene_obj/__init__.py
+++ b/io_scene_obj/__init__.py
@@ -22,7 +22,6 @@ bl_info = {
     "name": "Wavefront OBJ format",
     "author": "Campbell Barton",
     "blender": (2, 5, 8),
-    "api": 35622,
     "location": "File > Import-Export",
     "description": "Import-Export OBJ, Import OBJ mesh, UV's, "
                    "materials and textures",
diff --git a/io_scene_x3d/__init__.py b/io_scene_x3d/__init__.py
index 7ebb78fd0..9fb2c9c13 100644
--- a/io_scene_x3d/__init__.py
+++ b/io_scene_x3d/__init__.py
@@ -22,7 +22,6 @@ bl_info = {
     "name": "Web3D X3D/VRML format",
     "author": "Campbell Barton, Bart",
     "blender": (2, 5, 7),
-    "api": 35622,
     "location": "File > Import-Export",
     "description": "Import-Export X3D, Import VRML",
     "warning": "",
diff --git a/io_shape_mdd/__init__.py b/io_shape_mdd/__init__.py
index e7340750c..2bc493b5a 100644
--- a/io_shape_mdd/__init__.py
+++ b/io_shape_mdd/__init__.py
@@ -22,7 +22,6 @@ bl_info = {
     "name": "NewTek MDD format",
     "author": "Bill L.Nieuwendorp",
     "blender": (2, 5, 7),
-    "api": 35622,
     "location": "File > Import-Export",
     "description": "Import-Export MDD as mesh shape keys",
     "warning": "",
diff --git a/light_field_tools/__init__.py b/light_field_tools/__init__.py
index 1ca55a592..fd5f125fe 100644
--- a/light_field_tools/__init__.py
+++ b/light_field_tools/__init__.py
@@ -23,7 +23,6 @@ bl_info = {
     'description': 'Tools to create a light field camera and projector',
     'version': (0, 2, 1),
     'blender': (2, 5, 7),
-    'api': 36103,
     'location': 'View3D > Tool Shelf > Light Field Tools',
     'url': 'http://www.jku.at/cg/',
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Render/Light_Field_Tools",
diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py
index b49f03608..07d16ea90 100644
--- a/mesh_bsurfaces.py
+++ b/mesh_bsurfaces.py
@@ -21,7 +21,6 @@ bl_info = {
     "author": "Eclectiel",
     "version": (0,9),
     "blender": (2, 5, 7),
-    "api": 35733,
     "location": "View3D > EditMode > ToolShelf",
     "description": "Draw meshes and re-topologies with Grease Pencil",
     "warning": "Beta",
diff --git a/mesh_inset/__init__.py b/mesh_inset/__init__.py
index a9adbf372..b9575b6c1 100644
--- a/mesh_inset/__init__.py
+++ b/mesh_inset/__init__.py
@@ -23,7 +23,6 @@ bl_info = {
     "author": "Howard Trickey",
     "version": (0, 3),
     "blender": (2, 5, 7),
-    "api": 36147,
     "location": "View3D > Tools",
     "description": "Make an inset polygon inside selection.",
     "warning": "",
diff --git a/mesh_looptools.py b/mesh_looptools.py
index 35f3a14fd..06e3618fa 100644
--- a/mesh_looptools.py
+++ b/mesh_looptools.py
@@ -21,7 +21,6 @@ bl_info = {
     'author': "Bart Crouch",
     'version': (3, 2, 3),
     'blender': (2, 6, 1),
-    'api': 42905,
     'location': "View3D > Toolbar and View3D > Specials (W-key)",
     'warning': "",
     'description': "Mesh modelling toolkit. Several tools to aid modelling",
diff --git a/mesh_relax.py b/mesh_relax.py
index ce363b926..52b68f65e 100644
--- a/mesh_relax.py
+++ b/mesh_relax.py
@@ -26,7 +26,6 @@ bl_info = {
     "author": "Fabian Fricke",
     "version": (1,1),
     "blender": (2, 5, 7),
-    "api": 35622,
     "location": "View3D > Specials > Relax ",
     "description": "Relax the selected verts while retaining the shape",
     "warning": "",
diff --git a/mocap/__init__.py b/mocap/__init__.py
index 931f94e93..6c69f0d39 100644
--- a/mocap/__init__.py
+++ b/mocap/__init__.py
@@ -22,7 +22,6 @@ bl_info = {
     "name": "Motion Capture Tools",
     "author": "Benjy Cook",
     "blender": (2, 5, 9),
-    "api": 39523,
     "location": "Object UI -> Mocap tools",
     "description": "Various tools for working with motion capture animation",
     "warning": "",
diff --git a/netrender/__init__.py b/netrender/__init__.py
index 265519770..a954ec075 100644
--- a/netrender/__init__.py
+++ b/netrender/__init__.py
@@ -23,7 +23,6 @@ bl_info = {
     "author": "Martin Poirier",
     "version": (1, 8),
     "blender": (2, 6, 0),
-    "api": 35011,
     "location": "Render > Engine > Network Render",
     "description": "Distributed rendering for Blender",
     "warning": "Stable but still work in progress",
diff --git a/object_add_chain.py b/object_add_chain.py
index 0c284bc44..f86a81761 100644
--- a/object_add_chain.py
+++ b/object_add_chain.py
@@ -21,7 +21,6 @@ bl_info = {
     "author": "Brian Hinton (Nichod)",
     "version": (0,1),
     "blender": (2, 5, 9),
-    "api": 39685,
     "location": "View3D > Add > Mesh",
     "description": "Adds Chain with curve guide for easy creation",
     "warning": "",
diff --git a/object_animrenderbake.py b/object_animrenderbake.py
index 054d1d39c..adba36764 100644
--- a/object_animrenderbake.py
+++ b/object_animrenderbake.py
@@ -21,7 +21,6 @@ bl_info = {
     "author": "Janne Karhu (jahka)",
     "version": (1, 0),
     "blender": (2, 5, 8),
-    "api": 35622,
     "location": "Properties > Render > Bake Panel",
     "description": "Renderbakes a series of frames",
     "category": "Object",
diff --git a/object_cloud_gen.py b/object_cloud_gen.py
index 3228ef6c0..dc2317221 100644
--- a/object_cloud_gen.py
+++ b/object_cloud_gen.py
@@ -21,7 +21,6 @@ bl_info = {
     "author": "Nick Keeline(nrk)",
     "version": (1,0),
     "blender": (2, 5, 9),
-    "api": 39685,
     "location": "View3D > Tool Shelf > Cloud Generator Panel",
     "description": "Creates Volumetric Clouds",
     "warning": "",
diff --git a/object_fracture/__init__.py b/object_fracture/__init__.py
index 895af2662..729ac8634 100644
--- a/object_fracture/__init__.py
+++ b/object_fracture/__init__.py
@@ -21,7 +21,6 @@ bl_info = {
     "author": "pildanovak",
     "version": (2, 0),
     "blender": (2, 5, 7),
-    "api": 36147,
     "location": "Search > Fracture Object & Add -> Fracture Helper Objects",
     "description": "Fractured Object, Bomb, Projectile, Recorder",
     "warning": "",
diff --git a/object_grease_scatter.py b/object_grease_scatter.py
index 60e155a89..9a271de9c 100644
--- a/object_grease_scatter.py
+++ b/object_grease_scatter.py
@@ -25,7 +25,6 @@ bl_info = {
     "author": "Campbell Barton",
     "version": (0, 1),
     "blender": (2, 5, 8),
-    "api": 36079,
     "location": "3D View, Add Mesh",
     "description": "Scatter a group of objects onto the active mesh using "
                    "the grease pencil lines",
diff --git a/paint_palette.py b/paint_palette.py
index 95ebf2288..8cdc0e14d 100644
--- a/paint_palette.py
+++ b/paint_palette.py
@@ -25,7 +25,6 @@ bl_info = {
     "author": "Dany Lebel (Axon D)",
     "version": (0,9,0),
     "blender": (2, 5, 8),
-    "api": 37815,
     "location": "Image Editor and 3D View > Any Paint mode > Color Palette or Weight Palette panel",
     "description": "Palettes for color and weight paint modes",
     "warning": "",
diff --git a/render_copy_settings/__init__.py b/render_copy_settings/__init__.py
index c0aebc858..3a3e27383 100644
--- a/render_copy_settings/__init__.py
+++ b/render_copy_settings/__init__.py
@@ -23,7 +23,6 @@ bl_info = {
     "author": "Bastien Montagne",
     "version": (0, 1, 4),
     "blender": (2, 6, 1),
-    "api": 42648,
     "location": "Render buttons (Properties window)",
     "description": "Allows to copy a selection of render settings from "
                    "current scene to others.",
diff --git a/render_povray/__init__.py b/render_povray/__init__.py
index 28466feef..6ca12db07 100644
--- a/render_povray/__init__.py
+++ b/render_povray/__init__.py
@@ -23,7 +23,6 @@ bl_info = {
     "author": "Campbell Barton, Silvio Falcinelli, Maurice Raybaud, Constantin Rahn, Bastien Montagne",
     "version": (0, 0, 9),
     "blender": (2, 5, 7),
-    "api": 35622,
     "location": "Render > Engine > POV-Ray 3.7",
     "description": "Basic POV-Ray 3.7 integration for blender",
     "warning": "both POV-Ray 3.7 and this script are beta",
diff --git a/render_renderfarmfi.py b/render_renderfarmfi.py
index 382dff1cb..65785a71c 100644
--- a/render_renderfarmfi.py
+++ b/render_renderfarmfi.py
@@ -23,7 +23,6 @@ bl_info = {
     "author": "Nathan Letwory <nathan@letworyinteractive.com>, Jesse Kaukonen <jesse.kaukonen@gmail.com>",
     "version": (13,),
     "blender": (2, 6, 1),
-    "api": 41934,
     "location": "Render > Engine > Renderfarm.fi",
     "description": "Send .blend as session to http://www.renderfarm.fi to render",
     "warning": "",
diff --git a/rigify/__init__.py b/rigify/__init__.py
index 8ec269131..bcee813a0 100644
--- a/rigify/__init__.py
+++ b/rigify/__init__.py
@@ -22,7 +22,6 @@ bl_info = {
     "name": "Rigify",
     "author": "Nathan Vegdahl",
     "blender": (2, 5, 7),
-    "api": 35622,
     "location": "View3D > Add > Armature",
     "description": "Adds various Rig Templates",
     "location": "Armature properties",
diff --git a/space_view3d_3d_navigation.py b/space_view3d_3d_navigation.py
index 46e777d42..d0b53c761 100644
--- a/space_view3d_3d_navigation.py
+++ b/space_view3d_3d_navigation.py
@@ -26,7 +26,6 @@ bl_info = {
     "author": "Demohero, uriel",
     "version": (1, 2),
     "blender": (2, 5, 7),
-    "api": 35853,
     "location": "View3D > Tool Shelf > 3D Nav",
     "description": "Navigate the Camera & 3D View from the Toolshelf",
     "warning": "",
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 85988724b..f26307598 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -23,7 +23,6 @@ bl_info = {
     'author': 'Bassam Kurdali, Fabian Fricke, wiseman303',
     'version': (0, 4, 6),
     "blender": (2, 6, 1),
-    "api": 42846,
     'location': 'View3D > Ctrl-C',
     'description': 'Copy Attributes Menu from Blender 2.4',
     'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/'
diff --git a/space_view3d_materials_utils.py b/space_view3d_materials_utils.py
index 39813c7ad..994a74b3f 100644
--- a/space_view3d_materials_utils.py
+++ b/space_view3d_materials_utils.py
@@ -27,7 +27,6 @@ bl_info = {
     "author": "michaelw",
     "version": (1, 3),
     "blender": (2, 5, 6),
-    "api": 35324,
     "location": "View3D > Q key",
     "description": "Menu of material tools (assign, select..)  in the 3D View",
     "warning": "",
diff --git a/space_view3d_math_vis/__init__.py b/space_view3d_math_vis/__init__.py
index a4f994125..95ae10449 100644
--- a/space_view3d_math_vis/__init__.py
+++ b/space_view3d_math_vis/__init__.py
@@ -23,7 +23,6 @@ bl_info = {
     "author": "Campbell Barton",
     "version": (0, 1),
     "blender": (2, 5, 7),
-    "api": 35622,
     "location": "View3D > Tool Shelf or Console",
     "description": "Display console defined mathutils variables in the 3D view",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
diff --git a/space_view3d_panel_measure.py b/space_view3d_panel_measure.py
index 5ea043f8a..2f0ec95cd 100644
--- a/space_view3d_panel_measure.py
+++ b/space_view3d_panel_measure.py
@@ -28,7 +28,6 @@ bl_info = {
         " Benjamin Lauritzen (Loonsbury; Volume code)",
     "version": (0, 8, 2),
     "blender": (2, 6, 0),
-    "api": 42508,
     "location": "View3D > Properties > Measure Panel",
     "description": "Measure distances between objects",
     "warning": "Script needs repairs",
diff --git a/space_view3d_screencast_keys.py b/space_view3d_screencast_keys.py
index 8494a9ff1..53c6222b7 100644
--- a/space_view3d_screencast_keys.py
+++ b/space_view3d_screencast_keys.py
@@ -23,7 +23,6 @@ bl_info = {
     'author': 'Paulo Gomes, Bart Crouch, John E. Herrenyo, Gaia Clary',
     'version': (1, 5),
     'blender': (2, 6, 1),
-    'api': 43073,
     'location': 'View3D > Properties panel > Screencast Keys',
     'warning': '',
     'description': 'Display keys pressed in the 3d-view, '\
diff --git a/system_blend_info.py b/system_blend_info.py
index c07dda307..75bcc7ae8 100644
--- a/system_blend_info.py
+++ b/system_blend_info.py
@@ -25,7 +25,6 @@ bl_info = {
     "author": "uselessdreamer",
     "version": (0,3),
     "blender": (2, 5, 9),
-    "api": 39685,
     "location": "Properties > Scene > Blend Info Panel",
     "description": "Show information about the .blend",
     "warning": "",
diff --git a/system_demo_mode/__init__.py b/system_demo_mode/__init__.py
index febbad2e2..59a90d4cb 100644
--- a/system_demo_mode/__init__.py
+++ b/system_demo_mode/__init__.py
@@ -22,7 +22,6 @@ bl_info = {
     "name": "Demo Mode",
     "author": "Campbell Barton",
     "blender": (2, 5, 7),
-    "api": 35622,
     "location": "Demo Menu",
     "description": "Demo mode lets you select multiple blend files and loop over them.",
     "warning": "",
diff --git a/system_property_chart.py b/system_property_chart.py
index 8533ad362..fb4df800b 100644
--- a/system_property_chart.py
+++ b/system_property_chart.py
@@ -23,7 +23,6 @@ bl_info = {
     "author": "Campbell Barton (ideasman42)",
     "version": (0, 1),
     "blender": (2, 5, 7),
-    "api": 35622,
     "location": "Tool Shelf",
     "description": "Edit arbitrary selected properties for objects of the same type",
     "warning": "",
diff --git a/texture_paint_layer_manager.py b/texture_paint_layer_manager.py
index c2319b92d..8552601ca 100644
--- a/texture_paint_layer_manager.py
+++ b/texture_paint_layer_manager.py
@@ -3,7 +3,6 @@ bl_info = {
     "author": "Michael Wiliamson",
     "version": (1, 0),
     "blender": (2, 5, 7),
-    "api": 35964,
     "location": "Texture Paint > Properties > Texture Paint Layers Panels",
     "description": "Adds a layer manager for image based texture slots in paint and quick add layer tools",
     "warning": "",
-- 
GitLab