From 89f54a30a39f57be545dff1a710b7b7f5372f999 Mon Sep 17 00:00:00 2001
From: Jonathan Smith <j.jaydez@gmail.com>
Date: Sat, 19 Mar 2011 13:20:33 +0000
Subject: [PATCH] Updated Blender Version to 2.57 and api version

---
 add_curve_aceous_galore.py               | 4 ++--
 add_curve_torus_knots.py                 | 4 ++--
 add_mesh_3d_function_surface.py          | 4 ++--
 add_mesh_BoltFactory/__init__.py         | 6 +++---
 add_mesh_ant_landscape.py                | 4 ++--
 add_mesh_extras.py                       | 4 ++--
 add_mesh_gears.py                        | 4 ++--
 add_mesh_gemstones.py                    | 4 ++--
 add_mesh_pipe_joint.py                   | 4 ++--
 add_mesh_solid.py                        | 4 ++--
 add_mesh_twisted_torus.py                | 4 ++--
 animation_add_corrective_shape_key.py    | 3 ++-
 animation_animall.py                     | 4 ++--
 animation_rotobezier.py                  | 4 ++--
 curve_simplify.py                        | 4 ++--
 development_api_navigator.py             | 4 ++--
 development_icon_get.py                  | 4 ++--
 game_engine_save_as_runtime.py           | 4 ++--
 io_anim_bvh/__init__.py                  | 2 ++
 io_anim_camera.py                        | 4 ++--
 io_coat3D/__init__.py                    | 6 +++---
 io_convert_image_to_mesh_img/__init__.py | 4 ++--
 io_curve_svg/__init__.py                 | 4 ++--
 io_export_directx_x.py                   | 4 ++--
 io_export_pc2.py                         | 6 +++---
 io_export_unreal_psk_psa.py              | 4 ++--
 io_import_gimp_image_to_scene.py         | 4 ++--
 io_import_images_as_planes.py            | 4 ++--
 io_import_scene_dxf.py                   | 4 ++--
 io_import_scene_lwo.py                   | 4 ++--
 io_import_scene_mhx.py                   | 4 ++--
 io_mesh_ply/__init__.py                  | 2 ++
 io_mesh_raw/__init__.py                  | 4 ++--
 io_mesh_stl/__init__.py                  | 6 +++---
 io_mesh_uv_layout/__init__.py            | 6 +++---
 io_scene_3ds/__init__.py                 | 2 ++
 io_scene_fbx/__init__.py                 | 4 ++--
 io_scene_m3/__init__.py                  | 4 ++--
 io_scene_obj/__init__.py                 | 2 ++
 io_scene_x3d/__init__.py                 | 4 ++--
 io_shape_mdd/__init__.py                 | 2 ++
 light_field_tools/__init__.py            | 7 +++----
 mesh_relax.py                            | 4 ++--
 mesh_surface_sketch.py                   | 4 ++--
 object_add_chain.py                      | 4 ++--
 object_animrenderbake.py                 | 3 ++-
 object_cloud_gen.py                      | 4 ++--
 object_fracture/__init__.py              | 6 +++---
 render_povray/__init__.py                | 4 ++--
 render_renderfarmfi.py                   | 4 ++--
 rigify/__init__.py                       | 5 ++---
 space_view3d_3d_navigation.py            | 4 ++--
 space_view3d_align_tools.py              | 4 ++--
 space_view3d_copy_attributes.py          | 6 +++---
 space_view3d_math_vis/__init__.py        | 4 ++--
 space_view3d_panel_measure.py            | 4 ++--
 space_view3d_spacebar_menu.py            | 4 ++--
 system_blend_info.py                     | 4 ++--
 system_property_chart.py                 | 4 ++--
 59 files changed, 126 insertions(+), 116 deletions(-)

diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py
index ad8260119..1241f9ff2 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, 3),
-    'api': 32411,
+    "blender": (2, 5, 7),
+    "api": 35622,
     '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 95eace803..4ee14d002 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, 5),
-    "api": 33754,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "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 5716e832f..5f5e74b53 100644
--- a/add_mesh_3d_function_surface.py
+++ b/add_mesh_3d_function_surface.py
@@ -20,8 +20,8 @@ bl_info = {
     "name": "3D Function Surfaces",
     "author": "Buerbaum Martin (Pontiac)",
     "version": (0, 3, 7),
-    "blender": (2, 5, 6),
-    "api": 34093,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "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 bca635739..cc8118e0a 100644
--- a/add_mesh_BoltFactory/__init__.py
+++ b/add_mesh_BoltFactory/__init__.py
@@ -19,9 +19,9 @@
 bl_info = {
     "name": "BoltFactory",
     "author": "Aaron Keith",
-    "version": (3,9),
-    "blender": (2, 5, 3),
-    "api": 32411,
+    "version": (3, 9),
+    "blender": (2, 5, 7),
+    "api": 35622,
     "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 822759d4f..b07fe992f 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, 6),
-    "api": 32411,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "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 c3ee6d3d4..40236d04b 100644
--- a/add_mesh_extras.py
+++ b/add_mesh_extras.py
@@ -20,8 +20,8 @@ bl_info = {
     "name": "Extras",
     "author": "Pontiac, Fourmadmen, meta-androcto",
     "version": (0, 5),
-    "blender": (2, 5, 6),
-    "api": 33832,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "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 19c658f9a..4d5539a66 100644
--- a/add_mesh_gears.py
+++ b/add_mesh_gears.py
@@ -23,8 +23,8 @@ bl_info = {
     "name": "Gears",
     "author": "Michel J. Anders (varkenvarken)",
     "version": (2, 4, 2),
-    "blender": (2, 5, 6),
-    "api": 32411,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "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 a10af4834..9ae823827 100644
--- a/add_mesh_gemstones.py
+++ b/add_mesh_gemstones.py
@@ -20,8 +20,8 @@ bl_info = {
     "name": "Gemstones",
     "author": "Pontiac, Fourmadmen, Dreampainter",
     "version": (0, 4),
-    "blender": (2, 5, 6),
-    "api": 32411,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "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 8e7c96757..392ca0993 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, 3),
-    "api": 32411,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "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 c25c7242d..48d73e44d 100644
--- a/add_mesh_solid.py
+++ b/add_mesh_solid.py
@@ -21,8 +21,8 @@ bl_info = {
     "name": "Regular Solids",
     "author": "DreamPainter",
     "version": (1, 0, 1),
-    "blender": (2, 5, 3),
-    "api": 32411,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "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 779d2ab05..d5f3251fc 100644
--- a/add_mesh_twisted_torus.py
+++ b/add_mesh_twisted_torus.py
@@ -24,8 +24,8 @@ bl_info = {
     "name": "Twisted Torus",
     "author": "Paulo_Gomes",
     "version": (0, 11, 1),
-    "blender": (2, 5, 3),
-    "api": 32411,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "location": "View3D > Add > Mesh ",
     "description": "Adds a mesh Twisted Torus to the Add Mesh menu",
     "warning": "",
diff --git a/animation_add_corrective_shape_key.py b/animation_add_corrective_shape_key.py
index 4dda54bd2..3ac1a019b 100644
--- a/animation_add_corrective_shape_key.py
+++ b/animation_add_corrective_shape_key.py
@@ -20,7 +20,8 @@ bl_info = {
     'name': 'Corrective shape keys',
     'author': 'Ivo Grigull (loolarge), Tal Trachtman',
     'version': (1, 0),
-    'blender': (2, 5, 5),
+    "blender": (2, 5, 7),
+    "api": 35622,
     '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.5/Py/"\
diff --git a/animation_animall.py b/animation_animall.py
index bea815214..71c038bef 100644
--- a/animation_animall.py
+++ b/animation_animall.py
@@ -20,8 +20,8 @@ bl_info = {
     'name': 'AnimAll',
     'author': 'Daniel Salazar <zanqdo@gmail.com>',
     'version': (0, 4),
-    'blender': (2, 5, 5),
-    'api': 34513,
+    "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 a7f8f2229..08c71bf3f 100644
--- a/animation_rotobezier.py
+++ b/animation_rotobezier.py
@@ -20,8 +20,8 @@ bl_info = {
     'name': 'RotoBezier',
     'author': 'Daniel Salazar <zanqdo@gmail.com>',
     'version': (0, 8),
-    'blender': (2, 5, 5),
-    'api': 33232,
+    "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 55aed13c0..d816d19cf 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, 3),
-    "api": 32411,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "location": "Search > Simplify Curves",
     "description": "Simplifies 3D curves and fcurves",
     "warning": "",
diff --git a/development_api_navigator.py b/development_api_navigator.py
index 9a2dbdac2..ed1945f91 100644
--- a/development_api_navigator.py
+++ b/development_api_navigator.py
@@ -24,7 +24,7 @@ bl_info = {
     "author": "Dany Lebel (Axon_D)",
     "version": (1, 0, 2),
     "blender": (2, 5, 7),
-    "api": 34995,
+    "api": 35622,
     "location": "Text Editor > Properties > API Navigator Panel",
     "description": "Allows to explore the python api via the user interface",
     "warning": "",
@@ -712,4 +712,4 @@ def unregister():
 
 
 if __name__ == '__main__':
-    register()
\ No newline at end of file
+    register()
diff --git a/development_icon_get.py b/development_icon_get.py
index 77f8ebbdc..084adbf09 100644
--- a/development_icon_get.py
+++ b/development_icon_get.py
@@ -23,8 +23,8 @@ bl_info = {
     'name': 'Icons',
     'author': 'Crouch, N.tox, PKHG, Campbell Barton, Dany Lebel',
     'version': (1, 5, 0),
-    'blender': (2, 5, 7),
-    'api': 34404,
+    "blender": (2, 5, 7),
+    "api": 35622,
     '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 ede30efb9..2ac38c5e5 100644
--- a/game_engine_save_as_runtime.py
+++ b/game_engine_save_as_runtime.py
@@ -20,8 +20,8 @@ bl_info = {
     'name': 'Save As Runtime',
     'author': 'Mitchell Stokes (Moguri)',
     'version': (0, 3, 0),
-    'blender': (2, 5, 6),
-    'api': 34057,
+    "blender": (2, 5, 7),
+    "api": 35622,
     'location': 'File > Export',
     'description': 'Bundle a .blend file with the Blenderplayer',
     'warning': '',
diff --git a/io_anim_bvh/__init__.py b/io_anim_bvh/__init__.py
index f74205559..e8b51a771 100644
--- a/io_anim_bvh/__init__.py
+++ b/io_anim_bvh/__init__.py
@@ -21,6 +21,8 @@
 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_camera.py b/io_anim_camera.py
index b9e0355fd..404a8cd04 100644
--- a/io_anim_camera.py
+++ b/io_anim_camera.py
@@ -22,8 +22,8 @@ bl_info = {
     "name": "Export Camera Animation",
     "author": "Campbell Barton",
     "version": (0, 1),
-    "blender": (2, 5, 3),
-    "api": 31847,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "location": "File > Export > Camera Animation",
     "description": "Export Cameras & Markers",
     "warning": "",
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index 61487e2bf..a9509c3be 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -19,9 +19,9 @@
 bl_info = {
     "name": "3D-Coat Applink",
     "author": "Kalle-Samuli Riihikoski (haikalle)",
-    "version": (1, 70),
-    "blender": (2, 5, 6),
-    "api": 34481,
+    "version": (1, 7, 0),
+    "blender": (2, 5, 7),
+    "api": 35622,
     "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 290e97e9f..93e3ac252 100644
--- a/io_convert_image_to_mesh_img/__init__.py
+++ b/io_convert_image_to_mesh_img/__init__.py
@@ -20,8 +20,8 @@ bl_info = {
     "name": "HiRISE DTM from PDS IMG",
     "author": "Tim Spriggs (tims@uahirise.org)",
     "version": (0, 1, 2),
-    "blender": (2, 5, 3),
-    "api": 31998,
+    "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 c20c69964..d41e79e86 100644
--- a/io_curve_svg/__init__.py
+++ b/io_curve_svg/__init__.py
@@ -21,8 +21,8 @@
 bl_info = {
     "name": "Scalable Vector Graphics (SVG) 1.1 format",
     "author": "Sergey Sharybin",
-    "blender": (2, 5, 6),
-    "api": 34996,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "location": "File > Import-Export",
     "description": "Import SVG",
     "warning": "",
diff --git a/io_export_directx_x.py b/io_export_directx_x.py
index e51ec37d2..2b6230c48 100644
--- a/io_export_directx_x.py
+++ b/io_export_directx_x.py
@@ -19,8 +19,8 @@ bl_info = {
     "name": "Export DirectX Model Format (.x)",
     "author": "Chris Foster (Kira Vakaan)",
     "version": (2, 1),
-    "blender": (2, 5, 6),
-    "api": 34736,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "location": "File > Export",
     "description": "Export to the DirectX Model Format (.x)",
     "warning": "",
diff --git a/io_export_pc2.py b/io_export_pc2.py
index f244b285d..61cef7a7e 100644
--- a/io_export_pc2.py
+++ b/io_export_pc2.py
@@ -20,8 +20,8 @@ bl_info = {
     "name": "Export Pointcache (.pc2)",
     "author": "Florian Meyer (tstscr)",
     "version": (1, 0),
-    "blender": (2, 5, 4),
-    "api": 33047,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "location": "File > Export",
     "description": "Export Mesh Pointcache to .pc2",
     "warning": "",
@@ -200,4 +200,4 @@ def unregister():
     #bpy.types.VIEW3D_PT_tools_objectmode.remove(menu_func)
     
 if __name__ == "__main__":
-    register()
\ No newline at end of file
+    register()
diff --git a/io_export_unreal_psk_psa.py b/io_export_unreal_psk_psa.py
index a70d8b11a..d5496c9b3 100644
--- a/io_export_unreal_psk_psa.py
+++ b/io_export_unreal_psk_psa.py
@@ -19,8 +19,8 @@ bl_info = {
     "name": "Export Skeleletal Mesh/Animation Data",
     "author": "Darknet/Optimus_P-Fat/Active_Trash/Sinsoft/VendorX",
     "version": (2, 2),
-    "blender": (2, 5, 6),
-    "api": 31847,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "location": "File > Export > Skeletal Mesh/Animation Data (.psk/.psa)",
     "description": "Export Unreal Engine (.psk)",
     "warning": "",
diff --git a/io_import_gimp_image_to_scene.py b/io_import_gimp_image_to_scene.py
index f88b2579c..43c455f84 100644
--- a/io_import_gimp_image_to_scene.py
+++ b/io_import_gimp_image_to_scene.py
@@ -20,8 +20,8 @@ bl_info = {
     "name": "Import GIMP Image to Scene (.xcf, .xjt)",
     "author": "Daniel Salazar (ZanQdo)",
     "version": (2, 0, 0),
-    "blender": (2, 5, 5),
-    "api": 33419,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "location": "File > Import > GIMP Image to Scene(.xcf, .xjt)",
     "description": "Imports GIMP multilayer image files into 3D Layers",
     "warning": "XCF import requires xcftools installed",
diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py
index 558744756..c4191fc06 100644
--- a/io_import_images_as_planes.py
+++ b/io_import_images_as_planes.py
@@ -20,8 +20,8 @@ bl_info = {
     "name": "Import Images as Planes",
     "author": "Florian Meyer (tstscr)",
     "version": (1, 0),
-    "blender": (2, 5, 5),
-    "api": 33754,
+    "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 1b158aeeb..6ed2dc4ef 100644
--- a/io_import_scene_dxf.py
+++ b/io_import_scene_dxf.py
@@ -20,8 +20,8 @@ bl_info = {
     'name': 'Import Autocad DXF (.dxf)',
     'author': 'Thomas Larsson, Remigiusz Fiedler',
     'version': (0, 1, 5),
-    'blender': (2, 5, 6),
-    'api': 34600,
+    "blender": (2, 5, 7),
+    "api": 35622,
     'location': 'File > Import',
     'description': 'Import files in the Autocad DXF format (.dxf)',
     'warning': 'only a part of DXF specification is supported, WIP',
diff --git a/io_import_scene_lwo.py b/io_import_scene_lwo.py
index dc9aa9ac4..5c7bef7a3 100644
--- a/io_import_scene_lwo.py
+++ b/io_import_scene_lwo.py
@@ -22,8 +22,8 @@ bl_info= {
     "name": "Import LightWave Objects",
     "author": "Ken Nign (Ken9)",
     "version": (1, 2),
-    "blender": (2, 5, 3),
-    "api": 31847,
+    "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 dc9bb51d4..911d53b9c 100644
--- a/io_import_scene_mhx.py
+++ b/io_import_scene_mhx.py
@@ -42,8 +42,8 @@ bl_info = {
     'name': 'Import: MakeHuman (.mhx)',
     'author': 'Thomas Larsson',
     'version': (1, 3, 1),
-    'blender': (2, 5, 7),
-    'api': 34786,
+    "blender": (2, 5, 7),
+    "api": 35622,
     'location': "File > Import",
     'description': 'Import files in the MakeHuman eXchange format (.mhx)',
     'warning': '',
diff --git a/io_mesh_ply/__init__.py b/io_mesh_ply/__init__.py
index a03c7f4c9..eabfc54ef 100644
--- a/io_mesh_ply/__init__.py
+++ b/io_mesh_ply/__init__.py
@@ -21,6 +21,8 @@
 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 0b5023cfd..5e8caba16 100644
--- a/io_mesh_raw/__init__.py
+++ b/io_mesh_raw/__init__.py
@@ -20,8 +20,8 @@ bl_info = {
     "name": "Raw mesh",
     "author": "Anthony D,Agostino (Scorpius), Aurel Wildfellner",
     "version": (0, 2),
-    "blender": (2, 5, 6),
-    "api": 35040,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "location": "File > Import-Export > Raw faces ",
     "description": "Import Raw Faces (.raw format)",
     "warning": "",
diff --git a/io_mesh_stl/__init__.py b/io_mesh_stl/__init__.py
index 350c4e6c7..41765d2c0 100644
--- a/io_mesh_stl/__init__.py
+++ b/io_mesh_stl/__init__.py
@@ -21,9 +21,9 @@
 bl_info = {
     "name": "STL format",
     "author": "Guillaume Bouchard (Guillaum)",
-    "version": (1, ),
-    "blender": (2, 5, 3),
-    "api": 31667,
+    "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 ec55d0e57..363aff47f 100644
--- a/io_mesh_uv_layout/__init__.py
+++ b/io_mesh_uv_layout/__init__.py
@@ -21,9 +21,9 @@
 bl_info = {
     "name": "UV Layout",
     "author": "Campbell Barton, Matt Ebb",
-    "version": (1, ),
-    "blender": (2, 5, 3),
-    "api": 31667,
+    "version": (1, 0),
+    "blender": (2, 5, 7),
+    "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 25165f5ca..21bed64ac 100644
--- a/io_scene_3ds/__init__.py
+++ b/io_scene_3ds/__init__.py
@@ -21,6 +21,8 @@
 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",
     "warning": "",
diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index 8147b6c19..18eb19ead 100644
--- a/io_scene_fbx/__init__.py
+++ b/io_scene_fbx/__init__.py
@@ -21,8 +21,8 @@
 bl_info = {
     "name": "Autodesk FBX format",
     "author": "Campbell Barton",
-    "blender": (2, 5, 6),
-    "api": 34647,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "location": "File > Import-Export",
     "description": "Import-Export FBX meshes, UV's, vertex colors, materials, textures, cameras and lamps",
     "warning": "",
diff --git a/io_scene_m3/__init__.py b/io_scene_m3/__init__.py
index fde959734..546749a04 100644
--- a/io_scene_m3/__init__.py
+++ b/io_scene_m3/__init__.py
@@ -22,8 +22,8 @@ bl_info = {
     'name': 'Blizzard M3 format',
     'author': 'Cory Perry',
     'version': (0, 2, 1),
-    'blender': (2, 5, 6),
-    'api': 34893,
+    "blender": (2, 5, 7),
+    "api": 35622,
     'location': 'File > Import-Export',
     'description': 'This script imports the Blizzard M3 format (.m3)',
     'warning': '',
diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py
index 2cee2efb7..18685e5e3 100644
--- a/io_scene_obj/__init__.py
+++ b/io_scene_obj/__init__.py
@@ -21,6 +21,8 @@
 bl_info = {
     "name": "Wavefront OBJ format",
     "author": "Campbell Barton",
+    "blender": (2, 5, 7),
+    "api": 35622,
     "location": "File > Import-Export",
     "description": "Import-Export OBJ, Import OBJ mesh, UV's, materials and textures",
     "warning": "",
diff --git a/io_scene_x3d/__init__.py b/io_scene_x3d/__init__.py
index 3aff0e9f5..f49cebaf5 100644
--- a/io_scene_x3d/__init__.py
+++ b/io_scene_x3d/__init__.py
@@ -21,8 +21,8 @@
 bl_info = {
     "name": "Web3D X3D/VRML format",
     "author": "Campbell Barton, Bart",
-    "blender": (2, 5, 6),
-    "api": 34647,
+    "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 f76f7d385..be9334ada 100644
--- a/io_shape_mdd/__init__.py
+++ b/io_shape_mdd/__init__.py
@@ -21,6 +21,8 @@
 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 d3ef9fbbe..02f653fe0 100644
--- a/light_field_tools/__init__.py
+++ b/light_field_tools/__init__.py
@@ -20,12 +20,11 @@
 bl_info = {
     'name': 'Light Field Tools',
     'author': 'Aurel Wildfellner',
-    'description': 'Tools to create a light field camera and projector',
     'version': (0, 2, 1),
-    'blender': (2, 5, 6),
-    'api': 35001,
+    "blender": (2, 5, 7),
+    "api": 35622,
     'location': 'View3D > Tool Shelf > Light Field Tools',
-    'url': 'http://www.jku.at/cg/',
+    'description': 'Tools to create a light field camera and projector',
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Render/Light_Field_Tools",
     "tracker_url": "http://projects.blender.org/tracker/index.php?func=detail&aid=25719",
     'category': 'Render'
diff --git a/mesh_relax.py b/mesh_relax.py
index c979c60fb..ce363b926 100644
--- a/mesh_relax.py
+++ b/mesh_relax.py
@@ -25,8 +25,8 @@ bl_info = {
     "name": "Relax",
     "author": "Fabian Fricke",
     "version": (1,1),
-    "blender": (2, 5, 3),
-    "api": 31847,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "location": "View3D > Specials > Relax ",
     "description": "Relax the selected verts while retaining the shape",
     "warning": "",
diff --git a/mesh_surface_sketch.py b/mesh_surface_sketch.py
index cddf616bd..5587730b3 100644
--- a/mesh_surface_sketch.py
+++ b/mesh_surface_sketch.py
@@ -20,8 +20,8 @@ bl_info = {
     "name": "Surface Sketch",
     "author": "Eclectiel",
     "version": (0,8),
-    "blender": (2, 5, 3),
-    "api": 31847,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "location": "View3D > EditMode > Tool Shelf > Surface Sketching Panel",
     "description": "Draw meshes and re-topologies with Grease Pencil",
     "warning": "Beta",
diff --git a/object_add_chain.py b/object_add_chain.py
index edc3278d1..3699460bd 100644
--- a/object_add_chain.py
+++ b/object_add_chain.py
@@ -20,8 +20,8 @@ bl_info = {
     "name": "Add Chain",
     "author": "Brian Hinton (Nichod)",
     "version": (0,1),
-    "blender": (2, 5, 3),
-    "api": 31965,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "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 e791cd131..c72fcc9b7 100644
--- a/object_animrenderbake.py
+++ b/object_animrenderbake.py
@@ -20,7 +20,8 @@ bl_info = {
     "name": "Animated Render Baker",
     "author": "Janne Karhu (jahka)",
     "version": (1, 0),
-    "blender": (2, 5, 5),
+    "blender": (2, 5, 7),
+    "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 d2ea30b65..2ed5bdad1 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, 5),
-    "api": 31965,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "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 3379d75fd..8fac79882 100644
--- a/object_fracture/__init__.py
+++ b/object_fracture/__init__.py
@@ -19,9 +19,9 @@
 bl_info = {
     "name": "Fracture Tools",
     "author": "pildanovak",
-    "version": (2,0),
-    "blender": (2, 5, 3),
-    "api": 31965,
+    "version": (2, 0),
+    "blender": (2, 5, 7),
+    "api": 35622,
     "location": "Search > Fracture Object & Add -> Fracture Helper Objects",
     "description": "Fractured Object, Bomb, Projectile, Recorder",
     "warning": "",
diff --git a/render_povray/__init__.py b/render_povray/__init__.py
index 76541d56f..f54367262 100644
--- a/render_povray/__init__.py
+++ b/render_povray/__init__.py
@@ -22,8 +22,8 @@ bl_info = {
     "name": "POV-Ray 3.7",
     "author": "Campbell Barton, Silvio Falcinelli, Maurice Raybaud, Constantin Rahn",
     "version": (0, 0, 8),
-    "blender": (2, 5, 6),
-    "api": 34950,
+    "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 e133ff67e..d15bd6f7a 100644
--- a/render_renderfarmfi.py
+++ b/render_renderfarmfi.py
@@ -20,8 +20,8 @@ bl_info = {
     "name": "Renderfarm.fi",
     "author": "Nathan Letwory <nathan@letworyinteractive.com>, Jesse Kaukonen <jesse.kaukonen@gmail.com>",
     "version": (6,),
-    "blender": (2, 5, 6),
-    "api": 35342,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "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 a20fd58d4..68d222450 100644
--- a/rigify/__init__.py
+++ b/rigify/__init__.py
@@ -19,11 +19,10 @@
 bl_info = {
     "name": "Rigify",
     "author": "Nathan Vegdahl",
-    "version": (0, 5),
-    "blender": (2, 5, 6),
+    "blender": (2, 5, 7),
+    "api": 35622,
     "location": "View3D > Add > Armature",
     "description": "Adds various Rig Templates",
-    "api": 35119,
     "location": "Armature properties",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
         "Scripts/Rigging/Rigify",
diff --git a/space_view3d_3d_navigation.py b/space_view3d_3d_navigation.py
index bc6459ae6..a5f2b2986 100644
--- a/space_view3d_3d_navigation.py
+++ b/space_view3d_3d_navigation.py
@@ -25,8 +25,8 @@ bl_info = {
     "name": "3D Navigation",
     "author": "Demohero, uriel",
     "version": (1, 2),
-    "blender": (2, 5, 4),
-    "api": 32411,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "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 6b805f1ef..0b4bb671b 100644
--- a/space_view3d_align_tools.py
+++ b/space_view3d_align_tools.py
@@ -23,8 +23,8 @@ bl_info = {
     "name": "Align Tools",
     "author": "Gabriel Beaudin (gabhead)",
     "version": (0,1),
-    "blender": (2, 5, 3),
-    "api": 32411,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "location": "View3D > Tool Shelf > Align Tools Panel",
     "description": "Align Selected Objects to Active Object",
     "warning": "",
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 01379cc78..9cdd867db 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -21,9 +21,9 @@
 bl_info = {
     'name': 'Copy Attributes Menu',
     'author': 'Bassam Kurdali, Fabian Fricke, wiseman303',
-    'version': (0, 42),
-    'blender': (2, 5, 6),
-    'api': 34324,
+    'version': (0, 4, 2),
+    "blender": (2, 5, 7),
+    "api": 35622,
     '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_math_vis/__init__.py b/space_view3d_math_vis/__init__.py
index 02bbf3d9f..ecc8d6d6b 100644
--- a/space_view3d_math_vis/__init__.py
+++ b/space_view3d_math_vis/__init__.py
@@ -20,8 +20,8 @@ bl_info = {
     "name": "Math Vis (Console)",
     "author": "Campbell Barton",
     "version": (0, 1),
-    "blender": (2, 5, 6),
-    "api": 33110,
+    "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 bff9a8dab..121eb7ecf 100644
--- a/space_view3d_panel_measure.py
+++ b/space_view3d_panel_measure.py
@@ -20,8 +20,8 @@ bl_info = {
     "name": "Measure Panel",
     "author": "Buerbaum Martin (Pontiac)",
     "version": (0, 7, 12),
-    "blender": (2, 5, 5),
-    "api": 33931,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "location": "View3D > Properties > Measure Panel",
     "description": "Measure distances between objects",
     "warning": "",
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index e9ba0cab5..79047a8f7 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -22,8 +22,8 @@ bl_info = {
     "name": "Dynamic Spacebar Menu",
     "author": "JayDez, sim88, meta-androcto, sam",
     "version": (1, 7, 2),
-    "blender": (2, 5, 6),
-    "api": 34860,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "location": "View3D > Spacebar Key",
     "description": "Context Sensitive Spacebar Menu",
     "warning": "",
diff --git a/system_blend_info.py b/system_blend_info.py
index ecaaee83a..d979b8c02 100644
--- a/system_blend_info.py
+++ b/system_blend_info.py
@@ -24,8 +24,8 @@ bl_info = {
     "name": "Scene Information",
     "author": "uselessdreamer",
     "version": (0,3),
-    "blender": (2, 5, 3),
-    "api": 32411,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "location": "Properties > Scene > Blend Info Panel",
     "description": "Show information about the .blend",
     "warning": "",
diff --git a/system_property_chart.py b/system_property_chart.py
index 61d0b2c67..045ead0d0 100644
--- a/system_property_chart.py
+++ b/system_property_chart.py
@@ -22,8 +22,8 @@ bl_info = {
     "name": "Object Property Chart",
     "author": "Campbell Barton (ideasman42)",
     "version": (0, 1),
-    "blender": (2, 5, 3),
-    "api": 32411,
+    "blender": (2, 5, 7),
+    "api": 35622,
     "location": "Tool Shelf",
     "description": "Edit arbitrary selected properties for objects of the same type",
     "warning": "",
-- 
GitLab