From 2872d0440fd1fdb4048cfd0a135f4763562cf96e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 19 Dec 2012 16:07:27 +0000 Subject: fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ? make addons blender versions consistent --- add_curve_extra_objects/__init__.py | 2 +- add_curve_extra_objects/add_curve_aceous_galore.py | 2 +- add_curve_extra_objects/add_curve_torus_knots.py | 2 +- add_curve_ivygen.py | 2 +- add_curve_sapling/__init__.py | 2 +- add_mesh_BoltFactory/__init__.py | 2 +- add_mesh_ant_landscape.py | 2 +- add_mesh_extra_objects/__init__.py | 2 +- add_mesh_extra_objects/add_mesh_3d_function_surface.py | 2 +- add_mesh_extra_objects/add_mesh_gears.py | 2 +- add_mesh_extra_objects/add_mesh_gemstones.py | 2 +- add_mesh_extra_objects/add_mesh_honeycomb.py | 2 +- add_mesh_extra_objects/add_mesh_polysphere.py | 2 +- add_mesh_extra_objects/add_mesh_pyramid.py | 2 +- add_mesh_extra_objects/add_mesh_supertoroid.py | 4 ++-- add_mesh_extra_objects/add_mesh_teapot.py | 2 +- add_mesh_extra_objects/add_mesh_torusknot.py | 2 +- add_mesh_extra_objects/add_mesh_twisted_torus.py | 2 +- add_mesh_pipe_joint.py | 2 +- add_mesh_solid.py | 2 +- animation_add_corrective_shape_key.py | 2 +- animation_animall.py | 2 +- curve_simplify.py | 2 +- development_api_navigator.py | 2 +- development_icon_get.py | 2 +- game_engine_save_as_runtime.py | 2 +- io_anim_acclaim/__init__.py | 2 +- io_anim_bvh/__init__.py | 2 +- io_anim_c3d/__init__.py | 2 +- io_anim_camera.py | 2 +- io_anim_nuke_chan/__init__.py | 2 +- io_coat3D/__init__.py | 2 +- io_convert_image_to_mesh_img/__init__.py | 2 +- io_curve_svg/__init__.py | 2 +- io_export_after_effects.py | 2 +- io_export_directx_x.py | 2 +- io_export_dxf/__init__.py | 2 +- io_export_pc2.py | 2 +- io_export_unreal_psk_psa.py | 2 +- io_import_gimp_image_to_scene.py | 2 +- io_import_images_as_planes.py | 2 +- io_import_scene_dxf.py | 2 +- io_import_scene_lwo.py | 2 +- io_import_scene_mhx.py | 2 +- io_import_scene_unreal_psa_psk.py | 2 +- io_mesh_pdb/__init__.py | 4 ++-- io_mesh_ply/__init__.py | 2 +- io_mesh_raw/__init__.py | 2 +- io_mesh_stl/__init__.py | 2 +- io_mesh_uv_layout/__init__.py | 2 +- io_scene_3ds/__init__.py | 2 +- io_scene_fbx/__init__.py | 2 +- io_scene_map/__init__.py | 2 +- io_scene_obj/__init__.py | 2 +- io_scene_x3d/__init__.py | 2 +- io_shape_mdd/__init__.py | 2 +- light_field_tools/__init__.py | 2 +- mesh_bsurfaces.py | 2 +- mesh_inset/__init__.py | 2 +- mesh_looptools.py | 2 +- mesh_relax.py | 2 +- mocap/__init__.py | 2 +- netrender/__init__.py | 2 +- object_add_chain.py | 2 +- object_animrenderbake.py | 2 +- object_cloud_gen.py | 2 +- object_fracture/__init__.py | 2 +- object_fracture_cell/__init__.py | 2 +- object_grease_scatter.py | 2 +- paint_palette.py | 4 ++-- render_copy_settings/__init__.py | 2 +- render_povray/__init__.py | 2 +- render_renderfarmfi/__init__.py | 2 +- rigify/__init__.py | 2 +- space_view3d_3d_navigation.py | 2 +- space_view3d_copy_attributes.py | 2 +- space_view3d_materials_utils.py | 2 +- space_view3d_math_vis/__init__.py | 2 +- space_view3d_panel_measure.py | 2 +- space_view3d_screencast_keys.py | 2 +- space_view3d_spacebar_menu.py | 2 +- system_blend_info.py | 2 +- system_demo_mode/__init__.py | 2 +- system_property_chart.py | 2 +- texture_paint_layer_manager.py | 2 +- ui_translate/__init__.py | 2 +- uv_bake_texture_to_vcols.py | 2 +- 87 files changed, 90 insertions(+), 90 deletions(-) diff --git a/add_curve_extra_objects/__init__.py b/add_curve_extra_objects/__init__.py index 2d1e82e5..95c358f0 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 185b012a..85063de6 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 ca89e9c9..cb974e13 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 ab38d253..aade98a7 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 24405165..9264e908 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 a3c580d5..7488856d 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 52c28569..be6393ce 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 6e64e2bd..a8c71ae5 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 bd3ddfc7..2fa128a4 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 504fdcfd..5cc5405a 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 075d8266..7d3db788 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 b39cb42d..e810e0de 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 ", "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 7b4ac568..3454618c 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 7c9ee6cf..9cca7618 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 73af675c..425d2bd3 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 79178688..2771dd73 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 f289ddb2..f69d12c4 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 f2e5e84b..4ebf7e3e 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 aa41532e..9d1fcc0d 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 3eba5e67..cb874fed 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 230959e6..a576d352 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 c20f64b1..c331f524 100644 --- a/animation_animall.py +++ b/animation_animall.py @@ -20,7 +20,7 @@ bl_info = { 'name': 'AnimAll', 'author': 'Daniel Salazar ', '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 b624a128..2c95ec15 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 5fc85733..2f121724 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 1003218b..b786dea0 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 16b716a8..e07efe35 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 b19b6656..4b5b423f 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 ", "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 993bd734..5db54409 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 1c5922e8..4ecc9da1 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 ", "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 a49adaec..376a0564 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 c025812c..54bd709d 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 4cd6b8af..33faf0ec 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 dd162a71..08f9c2b4 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 db58a9f1..4a90e5ec 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 bfeee152..65f2127d 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 e4c7440e..4532600c 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 2ac22ba1..c79ba5ea 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 440e4c2f..37953d53 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 97b04c2c..18f70c09 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 bc09c75f..1cf405b0 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 d0724531..01d860b0 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 2547a49c..f45d964d 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 fac7ff99..e711718d 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 c1c9145c..f7953567 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 822f49ec..408e1fb1 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 15d66426..92d937bc 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 623900c9..6672dae4 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 61c21529..3e8c7123 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 1088490a..34c586a3 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 ccf0dddc..dc6c05d5 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 bdebc12e..e39622f1 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 3b64d056..19de4803 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 c1b77772..a589e760 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 db08318d..501dc4b8 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 8f188417..1440684b 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 8a6450b1..d1b8b844 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 0c47b7ae..08ff8c37 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 650542a9..7aa43d70 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 d494fd14..8d4054d3 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 5b0a6e63..8f6c16f8 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 d168d051..579cce25 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 ac1e350a..1681e0ab 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 855f74b5..2737ee5a 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 f1f89170..9c067956 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 b79a0e59..e8dc0c1c 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 c71764e4..795d7b3f 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 1e5bae59..84da8b72 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 ee33648d..4cb04977 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 f6b7258e..8e9d6556 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 8a3f4df7..92de64b0 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 a6d1fcad..4d2b87f1 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 1b7299ec..573f24ff 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 5dfdb4e7..eec9ff6c 100644 --- a/render_renderfarmfi/__init__.py +++ b/render_renderfarmfi/__init__.py @@ -20,7 +20,7 @@ bl_info = { "name": "Renderfarm.fi", "author": "Nathan Letwory , Jesse Kaukonen ", "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 bcee813a..ca99e31c 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 3e79835b..f12914a5 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 bd8f70a6..49bc1b22 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 3da90381..72a5da94 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 739c0473..d772cb46 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 22e30d85..936a3975 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 88fd191e..b538e36b 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 17775a0b..57325558 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 b4ad18f4..8e7ecc33 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 39f72110..e4ae9e73 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 5ed96aae..082a8304 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 b572a445..c62452e7 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 26e800c2..f74b177d 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 802a3033..8a9a5aea 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/" -- cgit v1.2.3