diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py index ad82601191ae02e8b82063b5daef32ead986afd0..1241f9ff2af14b2d5914783989b3b86331b0f306 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 95eace803474ab885cb8a49babb61806fb7af251..4ee14d00239aa21621a1896480da017b893f5171 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 5716e832fd2ecd984ce44dae3d67ec82f05de3b7..5f5e74b53492d69311ef3ef037c624158c1273c8 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 bca635739a4941213819c86c2ce6a40e405d6a66..cc8118e0a5e98bca350dd54af0a221f67f3788fb 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 822759d4f43d15064ef70b8b561a437aaf4ff37e..b07fe992f0b42149e208b3c8f523381b159613e4 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 c3ee6d3d48567f67b41e37c51553b41d7325290c..40236d04b93091e77eda63eb9850dd12b9301594 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 19c658f9a0915fa4d916374669f75b35acefd597..4d5539a66118c3552198c1e7f0baa32a132fddd2 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 a10af48346b2f201eeb2da20842d17fb19ddd422..9ae823827afad40d6bc89c5fbd963be6408b44ba 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 8e7c96757e9114d5cd33061df556dad937296097..392ca09933f8051a5b6760199a1881cfd7f9ad61 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 c25c7242dbc17541a988d29da7236f6d6e0d6c9a..48d73e44d27400d2418859a4c633fd7761cc85de 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 779d2ab05214089ea4b3fe3d778db979aec93c56..d5f3251fcfa74bd04327696fbf4966572700ba55 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 4dda54bd2c8940fd4cc78b540f541a78cd27c1e5..3ac1a019b8a8243e50e5bd6f0d9c892ac355ca57 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 bea815214b9f65b1f6eeb22398bc16d4203ad534..71c038bef2f9e403ff38fc8188d319a3462ad637 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 a7f8f2229ba045a5c6002d07b49627c3073ace6d..08c71bf3f4e2dd5d09e925e5a1b79ec6ab9182d1 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 55aed13c02507f53e2090272c9aef45db6516218..d816d19cf747f8bfbcdd4044ace402cde50da542 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 9a2dbdac2f6a6cf6720340382e71657b7eccca02..ed1945f910a7106b2aa6b5a8a4d5c8caea12b678 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 77f8ebbdc96e7d4a99b815481e3bf9b144950f6f..084adbf0988518faefd5eca4e5cfac76e7323136 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 ede30efb9b887f57e1b88c9395f5b21724b32799..2ac38c5e5a3f05dc4d67442c8aaece82a53dbbf9 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 f74205559c99628c4437b8cacd336b4e7a4a7b53..e8b51a7712a9c40cc4971a1bcffa1c0aff0ba7d3 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 b9e0355fd1fbbed9dec5ca1015cc77cbba37e068..404a8cd046d1ba27b4d082f766c2bc7627c988f5 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 61487e2bf677a01c3e2738199d0bbf6abb193de7..a9509c3be481b75f11fea85dc662c5f3547a3021 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 290e97e9fcb1e935589c8bc049951532b901c538..93e3ac2527808751f4a1749cfb4a47cf462d8929 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 c20c69964d65cd5bee8452ee11dadf6a66ce2da8..d41e79e862630bc3576d7b60d6c9f67676a3813c 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 e51ec37d2acd1b6c9b8067705ccfa339d09ca72a..2b6230c48e92205ff895c15b7a5995b46245bb10 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 f244b285d92d6497a4900660304aae28727c5ef7..61cef7a7eac35a3005501b901b02f9cde3132db3 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 a70d8b11afa24480b8b7ad8c9cac07e5a4e98190..d5496c9b3ce9c1358b3476ddd873075c3fa606f5 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 f88b2579c18be87625afd164f0031c3d47c84541..43c455f84130a93ba7581b9db9f01ba88d171c7f 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 558744756e59415eb467679d0fd339e2c8717f7a..c4191fc06caba3654923d1c5762262bbd81c2412 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 1b158aeeb190058bccedc18cd17613e05356329f..6ed2dc4efb21f23c64e149ee3556dca9cf12806d 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 dc9aa9ac4ff80c13c83215182988032dc9d69fda..5c7bef7a3aecd639a67d18fc8e3b910a35648237 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 dc9bb51d4054f013fb9be9b594ac2dbb4c6887bc..911d53b9c1477043df3f17958004fc44eb4efd0c 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 a03c7f4c9d73dd5216b52419d5efb60521c1bdf0..eabfc54effeee660072f1d012499f2c188c8e9f9 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 0b5023cfdaf6a3745820f845c71d4e2077e16a08..5e8caba166eed0afeca01910051caca70f94fab9 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 350c4e6c7900ba491dbb59a07f6df9d1e15d7c20..41765d2c0a0a0e1cfcfc7dcd6bfac8d06d850920 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 ec55d0e570a33d199e02a6619798528a93bdbaeb..363aff47f2f639c2e2281f595ea3ffaee739e5ee 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 25165f5ca3bde9b2de3b5404306d614c1daef526..21bed64acfc867512b3b0b9caedc15aafcc15787 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 8147b6c190476fa5fae76521289aa3b05634c757..18eb19ead8b3c9699515bfb4e66ee791a9b53a5a 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 fde959734644aecabdd1e529230dd66e00bb1020..546749a0420b45a66a88c97a2bb23715ef07557d 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 2cee2efb7bbefda20c17b02792d6d0f822e65b1d..18685e5e30dc9649c62af694e3d3ede515e2dc36 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 3aff0e9f57bc3b9cb1e5b392c7ee8b307bff6a5a..f49cebaf51e2eb4a6121b4e7dfcfb1cccae1bdde 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 f76f7d38567a1b023fc96766aba559fc09707c60..be9334ada88d98bd31b128d468698dbb34aff599 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 d3ef9fbbefc7a5884d95947d8357495659962260..02f653fe0a379787f722c07edd251887c92fe401 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 c979c60fbc1460b6d33a46d6da1ffb399f20042a..ce363b926c2555ab01f299c9f131016c598c7494 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 cddf616bd2ecbb34ac055a81eb992c93d4302d65..5587730b3ced19c7c1f8bc476a03acccb0abb0f5 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 edc3278d19a80911d8b1065dad310ffc79822925..3699460bd4a78b3cce9da60aa53741df3c1e5a13 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 e791cd13129e421a6eb4f52b9a95a51f9c105d07..c72fcc9b764af480bc1f784574a85e54c5a60cce 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 d2ea30b6531ba5bcd5a962578b152069190f82be..2ed5bdad1c7b7bf0fdc3bce73a54675294d05262 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 3379d75fd571fa3e3bc8bdf65f3a4654b4a9f800..8fac798828509930342754d462ab9e300b8c3e54 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 76541d56f831b58f014af481de6bb0010ce8ddd0..f543672622944450bb16bd90b39fac94e2ea2b21 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 e133ff67e7efa0626f2006a80b9e865130bd42cc..d15bd6f7a5527d47f81f750b76d9c82ed2153a5d 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 a20fd58d44519718b572e3bedc3d12f161fbb2d6..68d2224506d75421fa6d6d811181ee3bac1ec3f5 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 bc6459ae6f55d25a7c33500f5b34e83af2a0250b..a5f2b29863a24ef00c065be3f14d05591297069d 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 6b805f1ef559e30d86481551b6ff16ba84c5b069..0b4bb671b64f862208e562f78f02c6254fb8ace8 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 01379cc7890b4683917c93d76a148e260df50947..9cdd867db412f916910f71ceff7a3b80a029f6d0 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 02bbf3d9fce7f699d40866e90589f596ed786809..ecc8d6d6bcdd86cbe00a8b8a20af6f61c6e5156c 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 bff9a8dab208600202e49ed0af94e906524a32e7..121eb7ecfbbf74bb14648299651cd5bcbb193619 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 e9ba0cab58e0b4a0c308cc9dac7e56d56db1d004..79047a8f79b42045b25174d58b893e97703232b3 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 ecaaee83a034eafe5d259604730a879fb0e1c712..d979b8c021d2773b8afb7d536762e03dea4f209e 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 61d0b2c67f79cb5a7aeae394e647b2ca04ab5f9d..045ead0d0987dde43041924226fa051686bda329 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": "",