diff --git a/add_curve_extra_objects/__init__.py b/add_curve_extra_objects/__init__.py index 2d1e82e543c896856aa6fdc84a8b01af5efcb467..95c358f0cec11e9b2c7881126149a6437e5c6cc3 100644 --- a/add_curve_extra_objects/__init__.py +++ b/add_curve_extra_objects/__init__.py @@ -22,7 +22,7 @@ bl_info = { "name": "Extra Objects", "author": "Multiple Authors", "version": (0, 1), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "View3D > Add > Curve > Extra Objects", "description": "Add extra curve object types", "warning": "", diff --git a/add_curve_extra_objects/add_curve_aceous_galore.py b/add_curve_extra_objects/add_curve_aceous_galore.py index 185b012adc5a00ce39d5a92d38fed8766fe2d703..85063de673ad9e41311d55dc5ae29d6673da8f5d 100644 --- a/add_curve_extra_objects/add_curve_aceous_galore.py +++ b/add_curve_extra_objects/add_curve_aceous_galore.py @@ -20,7 +20,7 @@ bl_info = { 'name': 'Curveaceous Galore!', 'author': 'Jimmy Hazevoet, testscreenings', 'version': (0,2), - "blender": (2, 5, 9), + "blender": (2, 59, 0), '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_extra_objects/add_curve_torus_knots.py b/add_curve_extra_objects/add_curve_torus_knots.py index ca89e9c9e1a339be59db76fdadc8c09c9cb25525..cb974e138f1e2819b2d3bc7d4c91a70d9e9602dd 100644 --- a/add_curve_extra_objects/add_curve_torus_knots.py +++ b/add_curve_extra_objects/add_curve_torus_knots.py @@ -21,7 +21,7 @@ bl_info = { "name": "Torus Knots", "author": "testscreenings", "version": (0,1), - "blender": (2, 5, 9), + "blender": (2, 59, 0), "location": "View3D > Add > Curve", "description": "Adds many types of (torus) knots", "warning": "", diff --git a/add_curve_ivygen.py b/add_curve_ivygen.py index ab38d253620eed591e60e1b76888a9a409533c64..aade98a7f0f13d36c446e8e1ed29f430a4aa44a0 100644 --- a/add_curve_ivygen.py +++ b/add_curve_ivygen.py @@ -22,7 +22,7 @@ bl_info = { "name": "IvyGen", "author": "testscreenings, PKHG, TrumanBlending", "version": (0, 1, 1), - "blender": (2, 5, 9), + "blender": (2, 59, 0), "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 244051657e06173ae367923bcda82811415f0656..9264e908fda8fb13ca837e49a256d96df33f57d9 100644 --- a/add_curve_sapling/__init__.py +++ b/add_curve_sapling/__init__.py @@ -20,7 +20,7 @@ bl_info = { "name": "Sapling", "author": "Andrew Hale (TrumanBlending)", "version": (0, 2, 6), - "blender": (2, 6, 4), + "blender": (2, 64, 0), "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_mesh_BoltFactory/__init__.py b/add_mesh_BoltFactory/__init__.py index a3c580d53a8ee3ce32791ef9059391d110901c5f..7488856de02f38382326ce6b65e23e879eaaa229 100644 --- a/add_mesh_BoltFactory/__init__.py +++ b/add_mesh_BoltFactory/__init__.py @@ -20,7 +20,7 @@ bl_info = { "name": "BoltFactory", "author": "Aaron Keith", "version": (3, 9), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "View3D > Add > Mesh", "description": "Add a bolt or nut", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\ diff --git a/add_mesh_ant_landscape.py b/add_mesh_ant_landscape.py index 52c28569482a561ec8691bfa1d22409457987cca..be6393ceef7e1e55e12ae37e1a70c59633c59874 100644 --- a/add_mesh_ant_landscape.py +++ b/add_mesh_ant_landscape.py @@ -20,7 +20,7 @@ bl_info = { "name": "ANT Landscape", "author": "Jimmy Hazevoet", "version": (0,1,2), - "blender": (2, 6, 1), + "blender": (2, 61, 0), "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 6e64e2bdd85448fb26e675c0bc4c7a44735423be..a8c71ae5a886794c88c28bdbe1ed7f6808095e9f 100644 --- a/add_mesh_extra_objects/__init__.py +++ b/add_mesh_extra_objects/__init__.py @@ -22,7 +22,7 @@ bl_info = { "name": "Extra Objects", "author": "Multiple Authors", "version": (0, 3), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "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 bd3ddfc7baa8872a3dfeda245e3d8218c56ad1c7..2fa128a41babadc6bf9df443bb335a54c6f1964a 100644 --- a/add_mesh_extra_objects/add_mesh_3d_function_surface.py +++ b/add_mesh_extra_objects/add_mesh_3d_function_surface.py @@ -20,7 +20,7 @@ bl_info = { "name": "3D Function Surfaces", "author": "Buerbaum Martin (Pontiac), Elod Csirmaz", "version": (0, 3, 8), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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 504fdcfd1fa0010169880318da430ec137f02c82..5cc5405a554743d6a1c010165cb48b1f7f48320f 100644 --- a/add_mesh_extra_objects/add_mesh_gears.py +++ b/add_mesh_extra_objects/add_mesh_gears.py @@ -23,7 +23,7 @@ bl_info = { "name": "Gears", "author": "Michel J. Anders (varkenvarken)", "version": (2, 4, 2), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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 075d826654ab5b85ef808b10fd8e20b4ee796975..7d3db788ccad11d9c81e93b288b43401a9d2a5f7 100644 --- a/add_mesh_extra_objects/add_mesh_gemstones.py +++ b/add_mesh_extra_objects/add_mesh_gemstones.py @@ -20,7 +20,7 @@ bl_info = { "name": "Gemstones", "author": "Pontiac, Fourmadmen, Dreampainter", "version": (0, 4), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "location": "View3D > Add > Mesh > Gemstones", "description": "Adds various gemstone (Diamond & Gem) meshes.", "warning": "", diff --git a/add_mesh_extra_objects/add_mesh_honeycomb.py b/add_mesh_extra_objects/add_mesh_honeycomb.py index b39cb42d7504c3557739a1220c99c1a544918a9c..e810e0deba111df40856ec984d3148cd3d5dd62d 100644 --- a/add_mesh_extra_objects/add_mesh_honeycomb.py +++ b/add_mesh_extra_objects/add_mesh_honeycomb.py @@ -20,7 +20,7 @@ bl_info = { "name": "HoneyComb", "author": "Kayo Phoenix <kayo@illumium.org>", "version": (0, 1), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "api": 35853, "location": "View3D > Add > Mesh > HoneyComb", "description": "Adds HoneyComb Mesh", diff --git a/add_mesh_extra_objects/add_mesh_polysphere.py b/add_mesh_extra_objects/add_mesh_polysphere.py index 7b4ac568f4542debbb13e0c9ec0cefabec3e8e0c..3454618c4ec22abe66f72896cceb1abe6fa8fe44 100644 --- a/add_mesh_extra_objects/add_mesh_polysphere.py +++ b/add_mesh_extra_objects/add_mesh_polysphere.py @@ -20,7 +20,7 @@ bl_info = { "name": "Add PolySphere", "author": "Andy Davies (metalliandy)", "version": (0,1,6), - "blender": (2, 6, 2), + "blender": (2, 62, 0), "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 7c9ee6cff926773d3267e11186e0590089ad2b46..9cca76186fbf20252f4f0bb8f0c524e73d3a0b60 100644 --- a/add_mesh_extra_objects/add_mesh_pyramid.py +++ b/add_mesh_extra_objects/add_mesh_pyramid.py @@ -23,7 +23,7 @@ bl_info = { 'name': 'Mesh Pyramid', 'author': 'Phil Cote, cotejrp1, (http://www.blenderaddons.com)', 'version': (0, 5), - "blender": (2, 6, 3), + "blender": (2, 63, 0), '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_supertoroid.py b/add_mesh_extra_objects/add_mesh_supertoroid.py index 73af675cf8192a3c3039f894372f603b1328cf83..425d2bd3748903c43784cdb39799ed8e00ae8d6d 100644 --- a/add_mesh_extra_objects/add_mesh_supertoroid.py +++ b/add_mesh_extra_objects/add_mesh_supertoroid.py @@ -1,9 +1,9 @@ ''' -bl_addon_info = { +bl_info = { "name": "Add Mesh: SuperToroid", "author": "DreamPainter", "version": (1, 0, 0), - "blender": (2, 5, 3), + "blender": (2, 53, 0), "location": "View3D > Add > Mesh > SuperToroid", "description": "Add a SuperToroid mesh", "url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/" \ diff --git a/add_mesh_extra_objects/add_mesh_teapot.py b/add_mesh_extra_objects/add_mesh_teapot.py index 79178688eca61799d25ae2d527f878597512722c..2771dd7399994e8811ec959676ce239434d00b95 100644 --- a/add_mesh_extra_objects/add_mesh_teapot.py +++ b/add_mesh_extra_objects/add_mesh_teapot.py @@ -29,7 +29,7 @@ bl_info = { "name": "Teapot+", "author": "Anthony D'Agostino", "version": (1, 0), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "location": "View3D > Add > Mesh ", "url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Teapot", "category": "Add Mesh"} diff --git a/add_mesh_extra_objects/add_mesh_torusknot.py b/add_mesh_extra_objects/add_mesh_torusknot.py index f289ddb2ac753924d02354cb33fb69a438e50acf..f69d12c439dda19d6f0c3784c5f28ea429ea29e9 100644 --- a/add_mesh_extra_objects/add_mesh_torusknot.py +++ b/add_mesh_extra_objects/add_mesh_torusknot.py @@ -29,7 +29,7 @@ bl_info = { "name": "Torus Knot", "author": "Anthony D'Agostino", "version": (1, 0), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "location": "View3D > Add > Mesh ", "url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_TorusKnot", "category": "Add Mesh"} diff --git a/add_mesh_extra_objects/add_mesh_twisted_torus.py b/add_mesh_extra_objects/add_mesh_twisted_torus.py index f2e5e84b75a44bd7d0f71873731fd1f1bad970c0..4ebf7e3ef800241bf4602d3460b2a6079449150a 100644 --- a/add_mesh_extra_objects/add_mesh_twisted_torus.py +++ b/add_mesh_extra_objects/add_mesh_twisted_torus.py @@ -24,7 +24,7 @@ bl_info = { "name": "Twisted Torus", "author": "Paulo_Gomes", "version": (0, 11, 1), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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 aa41532eff64a307d1c008dccc32fcef4aab22cf..9d1fcc0ded9eb5971e649462f8ba7faa60bb0855 100644 --- a/add_mesh_pipe_joint.py +++ b/add_mesh_pipe_joint.py @@ -20,7 +20,7 @@ bl_info = { "name": "Pipe Joints", "author": "Buerbaum Martin (Pontiac)", "version": (0, 10, 7), - "blender": (2, 6, 1), + "blender": (2, 61, 0), "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 3eba5e6761ddd6dd5438d8b85ea6fa7b64ce242c..cb874fed590199fda7f722250c487fd18c040e5d 100644 --- a/add_mesh_solid.py +++ b/add_mesh_solid.py @@ -21,7 +21,7 @@ bl_info = { "name": "Regular Solids", "author": "DreamPainter", "version": (2, 0), - "blender": (2, 5, 9), + "blender": (2, 59, 0), "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 230959e698baf926d5bba6fc128848fefeacb8cd..a576d352b5e861d8fe9ad9f1ccf3348abf4ee2ae 100644 --- a/animation_add_corrective_shape_key.py +++ b/animation_add_corrective_shape_key.py @@ -22,7 +22,7 @@ bl_info = { 'name': 'Corrective shape keys', 'author': 'Ivo Grigull (loolarge), Tal Trachtman', 'version': (1, 0), - "blender": (2, 5, 7), + "blender": (2, 57, 0), '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 c20f64b1adc5f704fa868a00eab101354ecbc70a..c331f5249eb4fd1ec3c85cfb05615db44f9c8fde 100644 --- a/animation_animall.py +++ b/animation_animall.py @@ -20,7 +20,7 @@ bl_info = { 'name': 'AnimAll', 'author': 'Daniel Salazar <zanqdo@gmail.com>', 'version': (0, 5), - "blender": (2, 6, 3), + "blender": (2, 63, 0), 'location': 'Select a Mesh/Lattice/Curve: Tool Shelf > AnimAll panel', 'description': 'Allows animation of mesh, lattice and curve data (Shape Keys, VCols, VGroups, UVs, Points, Radius, Tilt)', 'warning': '', diff --git a/curve_simplify.py b/curve_simplify.py index b624a1289b0cdfbeedc4032556d4deb8ecbd0d7c..2c95ec159ec704ac5a5a4332dfff4d77c9df4980 100644 --- a/curve_simplify.py +++ b/curve_simplify.py @@ -20,7 +20,7 @@ bl_info = { "name": "Simplify curves", "author": "testscreenings", "version": (1,), - "blender": (2, 5, 9), + "blender": (2, 59, 0), "location": "Search > Simplify Curves", "description": "Simplifies 3D curves and fcurves", "warning": "", diff --git a/development_api_navigator.py b/development_api_navigator.py index 5fc857331170f811c87726ca6843a07a629923ab..2f1217242b81fa6fae48b1745115b9bb77c2435f 100644 --- a/development_api_navigator.py +++ b/development_api_navigator.py @@ -23,7 +23,7 @@ bl_info = { "name": "API Navigator", "author": "Dany Lebel (Axon_D)", "version": (1, 0, 2), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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 1003218bba2729d87a58d4558e51d03395c03ae0..b786dea089eb01f7bd07b2c6959e3d6884780c7e 100644 --- a/development_icon_get.py +++ b/development_icon_get.py @@ -23,7 +23,7 @@ bl_info = { 'name': 'Icons', 'author': 'Crouch, N.tox, PKHG, Campbell Barton, Dany Lebel', 'version': (1, 5, 1), - "blender": (2, 5, 7), + "blender": (2, 57, 0), '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 16b716a8c5abc13ee171040d6489b61703a2b739..e07efe3507c08faea9294b5be390acbd0af57c34 100644 --- a/game_engine_save_as_runtime.py +++ b/game_engine_save_as_runtime.py @@ -20,7 +20,7 @@ bl_info = { 'name': 'Save As Game Engine Runtime', 'author': 'Mitchell Stokes (Moguri)', 'version': (0, 3, 1), - "blender": (2, 6, 1), + "blender": (2, 61, 0), '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 b19b66568733250ee0834352fc68f3195347ee60..4b5b423f6c6b5da43eb5d32643d97ebedbf5a0bf 100644 --- a/io_anim_acclaim/__init__.py +++ b/io_anim_acclaim/__init__.py @@ -26,7 +26,7 @@ bl_info = { "name": "Acclaim Motion Capture Files (.asf, .amc)", "author": "Daniel Monteiro Basso <daniel@basso.inf.br>", "version": (2012, 2, 29, 1), - "blender": (2, 6, 2), + "blender": (2, 62, 0), "location": "File > Import-Export", "description": "Imports Acclaim Skeleton and Motion Capture Files", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" diff --git a/io_anim_bvh/__init__.py b/io_anim_bvh/__init__.py index 993bd734769563cb0719a82059c57ad8cf87f5c3..5db5440997eb019af95c2781f0010b1d823ab961 100644 --- a/io_anim_bvh/__init__.py +++ b/io_anim_bvh/__init__.py @@ -21,7 +21,7 @@ bl_info = { "name": "BioVision Motion Capture (BVH) format", "author": "Campbell Barton", - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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 1c5922e869d957707e38fae457f9785067a5ef49..4ecc9da1f062233e8c5a113472ce5aa969b39781 100644 --- a/io_anim_c3d/__init__.py +++ b/io_anim_c3d/__init__.py @@ -26,7 +26,7 @@ bl_info = { "name": "C3D Graphics Lab Motion Capture file (.c3d)", "author": "Daniel Monteiro Basso <daniel@basso.inf.br>", "version": (2012, 7, 11, 1), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "File > Import", "description": "Imports C3D Graphics Lab Motion Capture files", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" diff --git a/io_anim_camera.py b/io_anim_camera.py index a49adaec1a8e15b22152c441d5564a0642a4ed9a..376a056412e370932316d9af60df183ad604075a 100644 --- a/io_anim_camera.py +++ b/io_anim_camera.py @@ -22,7 +22,7 @@ bl_info = { "name": "Export Camera Animation", "author": "Campbell Barton", "version": (0, 1), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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 c025812c6c2b35ed67bfe8d107dca7814ca33eed..54bd709ded7f9c16d6c919aa5b322f99962f1023 100644 --- a/io_anim_nuke_chan/__init__.py +++ b/io_anim_nuke_chan/__init__.py @@ -22,7 +22,7 @@ bl_info = { "name": "Nuke Animation Format (.chan)", "author": "Michael Krupa", "version": (1, 0), - "blender": (2, 6, 1), + "blender": (2, 61, 0), "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 4cd6b8afba16eeb512d6c7cfafa9132be9b7502e..33faf0ecae2192837f246f3b530194a09b1e7275 100644 --- a/io_coat3D/__init__.py +++ b/io_coat3D/__init__.py @@ -20,7 +20,7 @@ bl_info = { "name": "3D-Coat Applink", "author": "Kalle-Samuli Riihikoski (haikalle)", "version": (3, 5, 20), - "blender": (2, 5, 9), + "blender": (2, 59, 0), "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 dd162a71cd98f43c4298919d570855b4f60e48e2..08f9c2b41c26dfb867615afc71c26a79425f2fb5 100644 --- a/io_convert_image_to_mesh_img/__init__.py +++ b/io_convert_image_to_mesh_img/__init__.py @@ -20,7 +20,7 @@ bl_info = { "name": "HiRISE DTM from PDS IMG", "author": "Tim Spriggs (tims@uahirise.org)", "version": (0, 1, 4), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "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 db58a9f127b27354ee76f1f39f39af9d6f9658f2..4a90e5ec6912714e5513a1522a72e61b3a66807c 100644 --- a/io_curve_svg/__init__.py +++ b/io_curve_svg/__init__.py @@ -21,7 +21,7 @@ bl_info = { "name": "Scalable Vector Graphics (SVG) 1.1 format", "author": "JM Soler, Sergey Sharybin", - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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 bfeee152c35ae90dab34ba79af76b528687cc2d1..65f2127d1c734680d785bf59bf65bed675aca09d 100644 --- a/io_export_after_effects.py +++ b/io_export_after_effects.py @@ -23,7 +23,7 @@ bl_info = { "description": "Export cameras, selected objects & camera solution 3D Markers to Adobe After Effects CS3 and above", "author": "Bartek Skorupa", "version": (0, 6, 3), - "blender": (2, 6, 2), + "blender": (2, 62, 0), "location": "File > Export > Adobe After Effects (.jsx)", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\ diff --git a/io_export_directx_x.py b/io_export_directx_x.py index e4c7440e07582fb39eeeaa640f72c0c3967e8570..4532600c6945e728ed02742c4569d51ff91dd529 100644 --- a/io_export_directx_x.py +++ b/io_export_directx_x.py @@ -19,7 +19,7 @@ bl_info = { "name": "DirectX Model Format (.x)", "author": "Chris Foster (Kira Vakaan)", "version": (2, 1, 3), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "File > Export > DirectX (.x)", "description": "Export DirectX Model Format (.x)", "warning": "", diff --git a/io_export_dxf/__init__.py b/io_export_dxf/__init__.py index 2ac22ba1da107b937148b2d56daa67e4aa571d17..c79ba5eae56de5549e51ebd6cac9e83e4b2001f6 100644 --- a/io_export_dxf/__init__.py +++ b/io_export_dxf/__init__.py @@ -19,7 +19,7 @@ bl_info = { "name": "Export Autocad DXF Format (.dxf)", "author": "Remigiusz Fiedler (AKA migius), Vaclav Klecanda", "version": (2, 1, 3), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "File > Export > Autodesk (.dxf)", "description": "The script exports Blender geometry to DXF format r12 version.", "warning": "Under construction! Visit Wiki for details.", diff --git a/io_export_pc2.py b/io_export_pc2.py index 440e4c2f7bc298f295400685290bbff8ece300c5..37953d531939d67f6def9a589f9c7359a86cefb7 100644 --- a/io_export_pc2.py +++ b/io_export_pc2.py @@ -20,7 +20,7 @@ bl_info = { "name": "Export Pointcache Format(.pc2)", "author": "Florian Meyer (tstscr)", "version": (1, 0), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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 97b04c2cef1128726d3694e4511ad621d5632a5b..18f70c09159960d5d091a9e2a479cc5a22f1c01b 100644 --- a/io_export_unreal_psk_psa.py +++ b/io_export_unreal_psk_psa.py @@ -20,7 +20,7 @@ bl_info = { "name": "Export Unreal Engine Format(.psk/.psa)", "author": "Darknet/Optimus_P-Fat/Active_Trash/Sinsoft/VendorX/Spoof", "version": (2, 7), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "api": 36079, "location": "File > Export > Skeletal Mesh/Animation Data (.psk/.psa)", "description": "Export Skeleletal Mesh/Animation Data", diff --git a/io_import_gimp_image_to_scene.py b/io_import_gimp_image_to_scene.py index bc09c75f93ed2d197548951b27fa2bc60c817c97..1cf405b0a68aa412cc33d9f48935073cc6b7aa95 100644 --- a/io_import_gimp_image_to_scene.py +++ b/io_import_gimp_image_to_scene.py @@ -20,7 +20,7 @@ bl_info = { "name": "Import GIMP Image to Scene (.xcf/.xjt)", "author": "Daniel Salazar (ZanQdo)", "version": (2, 0, 0), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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 d0724531baf413db9cc4b34152d570ff7e740f38..01d860b0b580bd0801ba76707b7944df67236c77 100644 --- a/io_import_images_as_planes.py +++ b/io_import_images_as_planes.py @@ -20,7 +20,7 @@ bl_info = { "name": "Import Images as Planes", "author": "Florian Meyer (tstscr), mont29, matali", "version": (1, 7), - "blender": (2, 6, 5), + "blender": (2, 65, 0), "location": "File > Import > Images as Planes or Add > Mesh > 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 2547a49c5dda97444f88e8505916556d080a9e8e..f45d964d3789d3a121fa1a53ac406ee4f395215a 100644 --- a/io_import_scene_dxf.py +++ b/io_import_scene_dxf.py @@ -20,7 +20,7 @@ bl_info = { "name": "Import Autocad DXF Format (.dxf)", "author": "Thomas Larsson, Remigiusz Fiedler", "version": (0, 1, 6), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "File > Import > Autocad (.dxf)", "description": "Import files in the Autocad DXF format (.dxf)", "warning": "Under construction! Visit Wiki for details.", diff --git a/io_import_scene_lwo.py b/io_import_scene_lwo.py index fac7ff99c5190057beee0fba26ab0a2f2369f3d5..e711718d7a77428f30a80cabc63238952e503ee3 100644 --- a/io_import_scene_lwo.py +++ b/io_import_scene_lwo.py @@ -20,7 +20,7 @@ bl_info= { "name": "Import LightWave Objects", "author": "Ken Nign (Ken9)", "version": (1, 2), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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 c1c9145cca3ba294f615eec0e884d3e2ff051234..f79535670edaf5a36cd117279562225ba58886e0 100644 --- a/io_import_scene_mhx.py +++ b/io_import_scene_mhx.py @@ -40,7 +40,7 @@ bl_info = { 'name': 'Import: MakeHuman (.mhx)', 'author': 'Thomas Larsson', 'version': (1, 14, 1), - "blender": (2, 6, 4), + "blender": (2, 64, 0), 'location': "File > Import > MakeHuman (.mhx)", 'description': 'Import files in the MakeHuman eXchange format (.mhx)', 'warning': '', diff --git a/io_import_scene_unreal_psa_psk.py b/io_import_scene_unreal_psa_psk.py index 822f49ec078eee0ab973ed2dcbd2e8720151f368..408e1fb155f806d4a50ff4f6f617f7fe63c0e4b9 100644 --- a/io_import_scene_unreal_psa_psk.py +++ b/io_import_scene_unreal_psa_psk.py @@ -20,7 +20,7 @@ bl_info = { "name": "Import Unreal Skeleton Mesh (.psk)/Animation Set (psa)", "author": "Darknet, flufy3d, camg188", "version": (2, 2), - "blender": (2, 6, 4), + "blender": (2, 64, 0), "location": "File > Import > Skeleton Mesh (.psk)/Animation Set (psa)", "description": "Import Skeleleton Mesh/Animation Data", "warning": "", diff --git a/io_mesh_pdb/__init__.py b/io_mesh_pdb/__init__.py index 15d664261120b8293272d2aa082ed6c3df945cdf..92d937bcd97bb08662db04253a64e832d227e19a 100644 --- a/io_mesh_pdb/__init__.py +++ b/io_mesh_pdb/__init__.py @@ -38,8 +38,8 @@ bl_info = { "name": "Atomic Blender - PDB", "description": "Loading and manipulating atoms from PDB files", "author": "Clemens Barth", - "version": (1,5), - "blender": (2,6), + "version": (1, 5), + "blender": (2, 60, 0), "location": "File -> Import -> PDB (.pdb)", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/" diff --git a/io_mesh_ply/__init__.py b/io_mesh_ply/__init__.py index 623900c9bb5aaffc774046c34a7aff9b834195b3..6672dae45fc404fad75a973dc8ab2205c56add9d 100644 --- a/io_mesh_ply/__init__.py +++ b/io_mesh_ply/__init__.py @@ -21,7 +21,7 @@ bl_info = { "name": "Stanford PLY format", "author": "Bruce Merry, Campbell Barton", - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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 61c2152948c0b77eb48d30d5042fafc5e49d8d51..3e8c7123c74c7cb8be30d14e6246a54de88351bb 100644 --- a/io_mesh_raw/__init__.py +++ b/io_mesh_raw/__init__.py @@ -23,7 +23,7 @@ bl_info = { "name": "Raw mesh format (.raw)", "author": "Anthony D,Agostino (Scorpius), Aurel Wildfellner", "version": (0, 2), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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 1088490a30b4eda442616717a38bf423e8918d5e..34c586a34e96410a5445c04fbda5865c0b156047 100644 --- a/io_mesh_stl/__init__.py +++ b/io_mesh_stl/__init__.py @@ -22,7 +22,7 @@ bl_info = { "name": "STL format", "author": "Guillaume Bouchard (Guillaum)", "version": (1, 0), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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 ccf0dddce00a00b2725d8a524d0cc0badb42ff5a..dc6c05d53e7411a21c17634c7a878eca3a6da25b 100644 --- a/io_mesh_uv_layout/__init__.py +++ b/io_mesh_uv_layout/__init__.py @@ -22,7 +22,7 @@ bl_info = { "name": "UV Layout", "author": "Campbell Barton, Matt Ebb", "version": (1, 1), - "blender": (2, 6, 2), + "blender": (2, 62, 0), "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 bdebc12e95756e45377606bb251cc0a78c374781..e39622f1ef2be130737806c8afa02119917f72d2 100644 --- a/io_scene_3ds/__init__.py +++ b/io_scene_3ds/__init__.py @@ -21,7 +21,7 @@ bl_info = { "name": "Autodesk 3DS format", "author": "Bob Holcomb, Campbell Barton", - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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 3b64d056c5c117d2401a5ae9b5b9727939229abd..19de480357ab8f27d62c71b24e85c0639782c6bb 100644 --- a/io_scene_fbx/__init__.py +++ b/io_scene_fbx/__init__.py @@ -21,7 +21,7 @@ bl_info = { "name": "Autodesk FBX format", "author": "Campbell Barton", - "blender": (2, 5, 9), + "blender": (2, 59, 0), "location": "File > Import-Export", "description": "Export FBX meshes, UV's, vertex colors, materials, " "textures, cameras, lamps and actions", diff --git a/io_scene_map/__init__.py b/io_scene_map/__init__.py index c1b777723b31ff44d57db97fd045cbc8b32ef18b..a589e760b10a50ae9a6bf2a0254f808a18ae95b7 100644 --- a/io_scene_map/__init__.py +++ b/io_scene_map/__init__.py @@ -21,7 +21,7 @@ bl_info = { "name": "Quake MAP format", "author": "Campbell Barton", - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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 db08318d7ec164e3146f7a821baa6e90ffd3aa52..501dc4b8a5c69d67ec8e12a685b99aa7bbd8e177 100644 --- a/io_scene_obj/__init__.py +++ b/io_scene_obj/__init__.py @@ -21,7 +21,7 @@ bl_info = { "name": "Wavefront OBJ format", "author": "Campbell Barton", - "blender": (2, 5, 8), + "blender": (2, 58, 0), "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 8f188417586504f4ebaedad07afa4e96c26433ef..1440684b546b39ee442c35176ffe6dc84de654ef 100644 --- a/io_scene_x3d/__init__.py +++ b/io_scene_x3d/__init__.py @@ -21,7 +21,7 @@ bl_info = { "name": "Web3D X3D/VRML2 format", "author": "Campbell Barton, Bart", - "blender": (2, 5, 7), + "blender": (2, 57, 0), "location": "File > Import-Export", "description": "Import-Export X3D, Import VRML2", "warning": "", diff --git a/io_shape_mdd/__init__.py b/io_shape_mdd/__init__.py index 8a6450b1b401f8b79e8769f8df8d14b91ae111c9..d1b8b844d48bec52762f14058f03e82874d9060a 100644 --- a/io_shape_mdd/__init__.py +++ b/io_shape_mdd/__init__.py @@ -21,7 +21,7 @@ bl_info = { "name": "NewTek MDD format", "author": "Bill L.Nieuwendorp", - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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 0c47b7aecc00399c70b139e0695f343fd47ffa9e..08ff8c37996187b5db609543bc7285fae2de57f8 100644 --- a/light_field_tools/__init__.py +++ b/light_field_tools/__init__.py @@ -22,7 +22,7 @@ bl_info = { "author": "Aurel Wildfellner", "description": "Tools to create a light field camera and projector", "version": (0, 3, 0), - "blender": (2, 6, 4), + "blender": (2, 64, 0), "location": "View3D > Tool Shelf > Light Field Tools", "url": "http://www.jku.at/cg/", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Render/Light_Field_Tools", diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py index 650542a98d79df9742005b287613c0ba2919b6e6..7aa43d7083a98a2e7045292409da4109d5aa2d87 100644 --- a/mesh_bsurfaces.py +++ b/mesh_bsurfaces.py @@ -21,7 +21,7 @@ bl_info = { "name": "Bsurfaces GPL Edition", "author": "Eclectiel", "version": (1,5), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "api": 45996, "location": "View3D > EditMode > ToolShelf", "description": "Modeling and retopology tool.", diff --git a/mesh_inset/__init__.py b/mesh_inset/__init__.py index d494fd148a6dc0ac92959261f4e519a928fff21c..8d4054d3bf78be50389e754b76efc9dbb59a5e8d 100644 --- a/mesh_inset/__init__.py +++ b/mesh_inset/__init__.py @@ -22,7 +22,7 @@ bl_info = { "name": "Inset Polygon", "author": "Howard Trickey", "version": (0, 4), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "View3D > Tools", "description": "Make an inset polygon inside selection.", "warning": "", diff --git a/mesh_looptools.py b/mesh_looptools.py index 5b0a6e636879aeb86af55553cc066aec9d1a23ad..8f6c16f8b651367a345963cc99cd53d31476e13e 100644 --- a/mesh_looptools.py +++ b/mesh_looptools.py @@ -20,7 +20,7 @@ bl_info = { "name": "LoopTools", "author": "Bart Crouch", "version": (4, 2, 0), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "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 d168d051fa1753838f577749e6094bf63489c7e3..579cce25b2820b42d9805d3e8ff0c1525a8dbfe4 100644 --- a/mesh_relax.py +++ b/mesh_relax.py @@ -25,7 +25,7 @@ bl_info = { "name": "Relax", "author": "Fabian Fricke", "version": (1,1), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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 ac1e350a46e42d5f316ed56f8d04c360863a910a..1681e0ab0e3e74c11788aa4b3848567c4b19e421 100644 --- a/mocap/__init__.py +++ b/mocap/__init__.py @@ -21,7 +21,7 @@ bl_info = { "name": "Motion Capture Tools", "author": "Benjy Cook", - "blender": (2, 6, 2), + "blender": (2, 62, 0), "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 855f74b5906837e99b1952a5ff02f0db240a7e8a..2737ee5afea2bd2fa7804b7a570229eb41fbc0f1 100644 --- a/netrender/__init__.py +++ b/netrender/__init__.py @@ -22,7 +22,7 @@ bl_info = { "name": "Network Renderer", "author": "Martin Poirier", "version": (1, 8), - "blender": (2, 6, 0), + "blender": (2, 60, 0), "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 f1f89170212352ae0ee0d4d5bc7167f35d55172e..9c067956b6885adc69a40f08e174c48ed89d91da 100644 --- a/object_add_chain.py +++ b/object_add_chain.py @@ -20,7 +20,7 @@ bl_info = { "name": "Add Chain", "author": "Brian Hinton (Nichod)", "version": (0,1), - "blender": (2, 5, 9), + "blender": (2, 59, 0), "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 b79a0e59ad334c781011771f7e10a97f82cb8725..e8dc0c1cb22990f0552b15cb687ad8f42ba4cdd3 100644 --- a/object_animrenderbake.py +++ b/object_animrenderbake.py @@ -20,7 +20,7 @@ bl_info = { "name": "Animated Render Baker", "author": "Janne Karhu (jahka)", "version": (1, 0), - "blender": (2, 5, 8), + "blender": (2, 58, 0), "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 c71764e492fc2fa509ad5419adb6f7bc3dd4b42e..795d7b3f51c3e7daecf5b654c9d1a585e4354a75 100644 --- a/object_cloud_gen.py +++ b/object_cloud_gen.py @@ -22,7 +22,7 @@ bl_info = { "name": "Cloud Generator", "author": "Nick Keeline(nrk)", "version": (1, 0), - "blender": (2, 5, 9), + "blender": (2, 59, 0), "location": "View3D > Tool Shelf > Cloud Generator Panel", "description": "Creates Volumetric Clouds", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" diff --git a/object_fracture/__init__.py b/object_fracture/__init__.py index 1e5bae59be672161037320f48607c5af3ed87620..84da8b72a1b4c7c048fed330d0b707d971f2682a 100644 --- a/object_fracture/__init__.py +++ b/object_fracture/__init__.py @@ -20,7 +20,7 @@ bl_info = { "name": "Fracture Tools", "author": "pildanovak", "version": (2, 0), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "location": "Search > Fracture Object & Add -> Fracture Helper Objects", "description": "Fractured Object, Bomb, Projectile, Recorder", "warning": "", diff --git a/object_fracture_cell/__init__.py b/object_fracture_cell/__init__.py index ee33648d34af441d7183eda4679af36783ad5468..4cb04977fd73ae2c3355e5266968a5f4260172d5 100644 --- a/object_fracture_cell/__init__.py +++ b/object_fracture_cell/__init__.py @@ -20,7 +20,7 @@ bl_info = { "name": "Cell Fracture", "author": "ideasman42, phymec, Sergey Sharybin", "version": (0, 1), - "blender": (2, 6, 4), + "blender": (2, 64, 0), "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 f6b7258ead87dade0c4b4c81fa31974a60030e69..8e9d6556571dc39c78f06379f3b58ab718ed60c8 100644 --- a/object_grease_scatter.py +++ b/object_grease_scatter.py @@ -24,7 +24,7 @@ bl_info = { "name": "Grease Scatter Objects", "author": "Campbell Barton", "version": (0, 1), - "blender": (2, 5, 8), + "blender": (2, 58, 0), "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 8a3f4df7b3b50b09ff23ef8a47d863696df6961b..92de64b0c888eac38371221f40930833598f2a7e 100644 --- a/paint_palette.py +++ b/paint_palette.py @@ -23,8 +23,8 @@ bl_info = { "name": "Paint Palettes", "author": "Dany Lebel (Axon D)", - "version": (0,9,1), - "blender": (2, 63, 12), + "version": (0, 9, 1), + "blender": (2, 63, 0), "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 a6d1fcadc18f8d342ae26b72017b359fbc72aac8..4d2b87f1993d787c611c93e934be21e7ee278f16 100644 --- a/render_copy_settings/__init__.py +++ b/render_copy_settings/__init__.py @@ -22,7 +22,7 @@ bl_info = { "name": "Copy Settings", "author": "Bastien Montagne", "version": (0, 1, 4), - "blender": (2, 6, 1), + "blender": (2, 61, 0), "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 1b7299ecd94a012bc14320d7c4c5b0e3de3e54a2..573f24ff998af52b2ed8e38781542bce7a3fbe31 100644 --- a/render_povray/__init__.py +++ b/render_povray/__init__.py @@ -22,7 +22,7 @@ bl_info = { "name": "POV-Ray 3.7", "author": "Campbell Barton, Silvio Falcinelli, Maurice Raybaud, Constantin Rahn, Bastien Montagne", "version": (0, 0, 9), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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/__init__.py b/render_renderfarmfi/__init__.py index 5dfdb4e7fe84ae6a21d558b9a8c2538ad2f1f4a4..eec9ff6c0854e5f7136c3b61c55b03c9816dee33 100644 --- a/render_renderfarmfi/__init__.py +++ b/render_renderfarmfi/__init__.py @@ -20,7 +20,7 @@ bl_info = { "name": "Renderfarm.fi", "author": "Nathan Letwory <nathan@letworyinteractive.com>, Jesse Kaukonen <jesse.kaukonen@gmail.com>", "version": (22,), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "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 bcee813a05d8fbd7ae0999222c5cd62bae18047e..ca99e31ca71a0248cadcbcc5e72a754ed1316d70 100644 --- a/rigify/__init__.py +++ b/rigify/__init__.py @@ -21,7 +21,7 @@ bl_info = { "name": "Rigify", "author": "Nathan Vegdahl", - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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 3e79835bf15b28e6bbf17c8376bf02d8ea9e4f0a..f12914a5ee9e113d42bf5bc1e22d936ce9221375 100644 --- a/space_view3d_3d_navigation.py +++ b/space_view3d_3d_navigation.py @@ -25,7 +25,7 @@ bl_info = { "name": "3D Navigation", "author": "Demohero, uriel", "version": (1, 2), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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 bd8f70a642aa68a0a6c315b1143d5562ad852104..49bc1b2206a5536030c59c7e2c37b3327e04c879 100644 --- a/space_view3d_copy_attributes.py +++ b/space_view3d_copy_attributes.py @@ -22,7 +22,7 @@ bl_info = { "name": "Copy Attributes Menu", "author": "Bassam Kurdali, Fabian Fricke, Adam Wiseman", "version": (0, 4, 7), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "View3D > Ctrl-C", "description": "Copy Attributes Menu from Blender 2.4", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" diff --git a/space_view3d_materials_utils.py b/space_view3d_materials_utils.py index 3da90381a8177f0a82b738eed2c275acedf7926b..72a5da940ca3cacc0a1338f37752bcbd82f191eb 100644 --- a/space_view3d_materials_utils.py +++ b/space_view3d_materials_utils.py @@ -26,7 +26,7 @@ bl_info = { "name": "Material Utils", "author": "michaelw", "version": (1, 4), - "blender": (2, 6, 2), + "blender": (2, 62, 0), "location": "View3D > Q key", "description": "Menu of material tools (assign, select..) in the 3D View", "warning": "Buggy, Broken in Cycles mode", diff --git a/space_view3d_math_vis/__init__.py b/space_view3d_math_vis/__init__.py index 739c0473031e4776d4c384ef59ce6297a17ba77d..d772cb46eca2bf367ace8a0e5805c9a7b3205418 100644 --- a/space_view3d_math_vis/__init__.py +++ b/space_view3d_math_vis/__init__.py @@ -22,7 +22,7 @@ bl_info = { "name": "Math Vis (Console)", "author": "Campbell Barton", "version": (0, 1), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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.6/Py/" diff --git a/space_view3d_panel_measure.py b/space_view3d_panel_measure.py index 22e30d85021fa3e80b6d825a4b020c99366da704..936a3975934112169b31f28eab263df58bc80277 100644 --- a/space_view3d_panel_measure.py +++ b/space_view3d_panel_measure.py @@ -28,7 +28,7 @@ bl_info = { " Benjamin Lauritzen (Loonsbury; Volume code)," \ " Alessandro Sala (patch: Units in 3D View)", "version": (0, 9, 0), - "blender": (2, 6, 0), + "blender": (2, 60, 0), "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 88fd191ef0a4cf4c03c6b8a3696737b24324e42b..b538e36b52ac8091027d102e5276d2770585a2b4 100644 --- a/space_view3d_screencast_keys.py +++ b/space_view3d_screencast_keys.py @@ -22,7 +22,7 @@ bl_info = { "name": "Screencast Keys", "author": "Paulo Gomes, Bart Crouch, John E. Herrenyo, Gaia Clary, Pablo Vazquez", "version": (1, 7), - "blender": (2, 6, 4), + "blender": (2, 64, 0), "location": "3D View > Properties Panel > Screencast Keys", "warning": "", "description": "Display keys pressed in the 3D View, " diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py index 17775a0bfd49d473a9ae6553ad678bb32b1e218e..573255584d45804b65e541d59efc8fdbd1c3fb0b 100644 --- a/space_view3d_spacebar_menu.py +++ b/space_view3d_spacebar_menu.py @@ -22,7 +22,7 @@ bl_info = { "name": "Dynamic Spacebar Menu", "author": "JayDez, sim88, meta-androcto, sam", "version": (1, 7, 3), - "blender": (2, 6, 0), + "blender": (2, 60, 0), "location": "View3D > Spacebar Key", "description": "Context Sensitive Spacebar Menu", "warning": "", diff --git a/system_blend_info.py b/system_blend_info.py index b4ad18f4d180d9c88291d5d8e3a97755304364bc..8e7ecc33d26ea0f2d75627450a747a71aeaa563a 100644 --- a/system_blend_info.py +++ b/system_blend_info.py @@ -24,7 +24,7 @@ bl_info = { "name": "Scene Information", "author": "uselessdreamer", "version": (0,3), - "blender": (2, 5, 9), + "blender": (2, 59, 0), "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 39f72110ab4410b43c39f1360f3c224f2c36791e..e4ae9e735be2f689981c954642f7e16407ca5dd4 100644 --- a/system_demo_mode/__init__.py +++ b/system_demo_mode/__init__.py @@ -21,7 +21,7 @@ bl_info = { "name": "Demo Mode", "author": "Campbell Barton", - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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 5ed96aae3694b33ef52e338105e1cf51fe6016da..082a83047cc914ea9c06a467ff3e12b41c5af8e8 100644 --- a/system_property_chart.py +++ b/system_property_chart.py @@ -22,7 +22,7 @@ bl_info = { "name": "Object Property Chart", "author": "Campbell Barton (ideasman42)", "version": (0, 1), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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 b572a44506698379f7569dfa0e43c53f6a3a33f5..c62452e71b7bf79912eaa36816716d631c343b2a 100644 --- a/texture_paint_layer_manager.py +++ b/texture_paint_layer_manager.py @@ -2,7 +2,7 @@ bl_info = { "name": "Texture Paint Layer Manager", "author": "Michael Wiliamson", "version": (1, 0), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "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": "", diff --git a/ui_translate/__init__.py b/ui_translate/__init__.py index 26e800c21cc9d5a3345fa2397225b0a73e855cc6..f74b177d5bdbc82fc314157bb89266bd809d93a0 100644 --- a/ui_translate/__init__.py +++ b/ui_translate/__init__.py @@ -21,7 +21,7 @@ bl_info = { "name": "Translate UI Messages", "author": "Bastien Montagne", - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "Any UI control", "description": "Allow to translate UI directly from Blender", "warning": "", diff --git a/uv_bake_texture_to_vcols.py b/uv_bake_texture_to_vcols.py index 802a3033a9558d0fb2c3edeffd2d74ec20cdf6b6..8a9a5aea227420f51552067f341591d547224c5d 100644 --- a/uv_bake_texture_to_vcols.py +++ b/uv_bake_texture_to_vcols.py @@ -34,7 +34,7 @@ bl_info = { "description": "Bakes the colors of the active UV Texture to a Vertex Color layer. ", "author": "Patrick Boelens, CoDEmanX", "version": (0, 6), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "3D View > Vertex Paint > Toolshelf > Bake", "warning": "Requires image texture, generated textures aren't supported.", "wiki_url": "http://wiki.blender.org/index.php?title=Extensions:2.6/"