diff --git a/add_mesh_building_objects/__init__.py b/add_mesh_building_objects/__init__.py index af0c030..19623aa 100644 --- a/add_mesh_building_objects/__init__.py +++ b/add_mesh_building_objects/__init__.py @@ -22,7 +22,7 @@ bl_info = { "name": "Building Objects", "author": "Multiple Authors", "version": (0, 2), - "blender": (2, 6, 4), + "blender": (2, 64, 0), "location": "View3D > Add > Mesh > Cad Objects", "description": "Add building object types", "warning": "", diff --git a/add_mesh_building_objects/add_mesh_balcony.py b/add_mesh_building_objects/add_mesh_balcony.py index f5f840f..4648849 100644 --- a/add_mesh_building_objects/add_mesh_balcony.py +++ b/add_mesh_building_objects/add_mesh_balcony.py @@ -3,7 +3,7 @@ bl_info = { "name": "Balcony", "author": "SayPRODUCTIONS", "version": (1, 0), - "blender": (2, 5, 9), + "blender": (2, 59, 0), "api": 33333, "location": "View3D > Add > Mesh > Say3D", "description": "Balcony olusturma", diff --git a/add_mesh_building_objects/add_mesh_beam_builder.py b/add_mesh_building_objects/add_mesh_beam_builder.py index a5a0114..446009e 100644 --- a/add_mesh_building_objects/add_mesh_beam_builder.py +++ b/add_mesh_building_objects/add_mesh_beam_builder.py @@ -21,7 +21,7 @@ bl_info = { "description": "Creates various types of beams.", "author": "revolt_randy", "version": (0, 1, 3), - "blender": (2, 6, 0), + "blender": (2, 60, 0), "location": "View3D > Add > Mesh", "warning": "Currently under development.", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Add_Mesh/BeamBuilder", diff --git a/add_mesh_building_objects/add_mesh_sove.py b/add_mesh_building_objects/add_mesh_sove.py index 6f2629a..b922239 100644 --- a/add_mesh_building_objects/add_mesh_sove.py +++ b/add_mesh_building_objects/add_mesh_sove.py @@ -2,7 +2,7 @@ "name": "Sove", "author": "SayPRODUCTIONS", "version": (1, 0), - "blender": (2, 5, 9), + "blender": (2, 59, 0), "api": 33333, "location": "View3D > Add > Mesh > Say3D", "description": "Sove Framema", diff --git a/add_mesh_building_objects/add_mesh_window.py b/add_mesh_building_objects/add_mesh_window.py index 51dc0d3..459a612 100644 --- a/add_mesh_building_objects/add_mesh_window.py +++ b/add_mesh_building_objects/add_mesh_window.py @@ -2,7 +2,7 @@ bl_info = { "name": "Window Generator 2", "author": "SayPRODUCTIONS", "version": (2, 0), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "api": 33333, "location": "View3D > Add > Mesh > Say3D", "description": "Window Generator 2", diff --git a/add_mesh_chain_rope/__init__.py b/add_mesh_chain_rope/__init__.py index 4cc70d2..9d914bc 100644 --- a/add_mesh_chain_rope/__init__.py +++ b/add_mesh_chain_rope/__init__.py @@ -2,7 +2,7 @@ bl_info = { "name": "Oscurart Chain and Rope Maker", "author": "Oscurart", "version": (1,1), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "Add > Mesh", "description": "Create chains and ropes along armatures/curves", "warning": "", diff --git a/add_mesh_chain_rope/oscurart_chain_maker.py b/add_mesh_chain_rope/oscurart_chain_maker.py index 318e085..c5b1e68 100644 --- a/add_mesh_chain_rope/oscurart_chain_maker.py +++ b/add_mesh_chain_rope/oscurart_chain_maker.py @@ -20,7 +20,7 @@ bl_info = { "name": "Oscurart Chain Maker", "author": "Oscurart", "version": (1,1), - "blender": (2, 5, 6), + "blender": (2, 56, 0), "api": 3800, "location": "Add > Mesh > Oscurart Chain", "description": "Create chain links from armatures.", diff --git a/add_mesh_chain_rope/oscurart_rope_maker.py b/add_mesh_chain_rope/oscurart_rope_maker.py index d7e4334..e355887 100644 --- a/add_mesh_chain_rope/oscurart_rope_maker.py +++ b/add_mesh_chain_rope/oscurart_rope_maker.py @@ -20,7 +20,7 @@ bl_info = { "name": "Oscurart Rope Maker", "author": "Oscurart", "version": (1,1), - "blender": (2, 5, 6), + "blender": (2, 56, 0), "api": 3800, "location": "Add > Curve > Oscurart Rope", "description": "Create ropes", diff --git a/add_mesh_clusters/__init__.py b/add_mesh_clusters/__init__.py index 6a28594..3c97a69 100644 --- a/add_mesh_clusters/__init__.py +++ b/add_mesh_clusters/__init__.py @@ -42,7 +42,7 @@ bl_info = { "description": "Creating cluster formed by atoms", "author": "Clemens Barth", "version": (0, 5), - "blender": (2, 6, 0), + "blender": (2, 60, 0), "location": "Panel: View 3D - Tools (left side)", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Add_Mesh/Cluster", diff --git a/add_mesh_rocks/__init__.py b/add_mesh_rocks/__init__.py index 0f7cf24..c4c9f3e 100644 --- a/add_mesh_rocks/__init__.py +++ b/add_mesh_rocks/__init__.py @@ -36,7 +36,7 @@ bl_info = { "name": "Rock Generator", "author": "Paul Marshall (brikbot)", "version": (1, 3), - "blender": (2, 6, 1), + "blender": (2, 61, 0), "location": "View3D > Add > Rock Generator", "description": "Adds a mesh rock to the Add Mesh menu", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6"\ diff --git a/add_mesh_symmetrical_empty.py b/add_mesh_symmetrical_empty.py index 67f4831..697be49 100644 --- a/add_mesh_symmetrical_empty.py +++ b/add_mesh_symmetrical_empty.py @@ -20,7 +20,7 @@ bl_info = { "name": "Add Symmetrical Empty", "author": "Pablo Vazquez", "version": (1,0,2), - "blender": (2, 6, 4), + "blender": (2, 64, 0), "location": "View3D > Add > Mesh > Symmetrical Empty", "description": "Add an empty mesh with a Mirror Modifier for quick symmetrical modeling", "warning": "", diff --git a/anim_selection_sets.py b/anim_selection_sets.py index 7c95e56..5b87add 100644 --- a/anim_selection_sets.py +++ b/anim_selection_sets.py @@ -34,7 +34,7 @@ bl_info = { "name": "Selection Set", "author": "Dan Eicher", "version": (0, 1, 0), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "Properties -> Object Data -> Selection Sets", "description": "Selection Sets to select groups of bones", "warning": "Proxy armatures need to export sets and run generated script on re-opening file", diff --git a/animation_motion_trail.py b/animation_motion_trail.py index 65e3416..af38480 100644 --- a/animation_motion_trail.py +++ b/animation_motion_trail.py @@ -23,7 +23,7 @@ bl_info = { "name": "Motion Trail", "author": "Bart Crouch", "version": (3, 1, 1), - "blender": (2, 6, 1), + "blender": (2, 61, 0), "location": "View3D > Toolbar > Motion Trail tab", "warning": "", "description": "Display and edit motion trails in the 3d-view", diff --git a/btrace/__init__.py b/btrace/__init__.py index ee67a2d..7aba88d 100644 --- a/btrace/__init__.py +++ b/btrace/__init__.py @@ -20,7 +20,7 @@ bl_info = { "name": "Btrace", "author": "liero, crazycourier, Atom, Meta-Androcto, MacKracken", "version": (1, 1, ), - "blender": (2, 6, 2), + "blender": (2, 62, 0), "location": "View3D > Tools", "description": "Tools for converting/animating objects/particles into curves", "warning": "Still under development, bug reports appreciated", diff --git a/btrace/bTrace.py b/btrace/bTrace.py index ad4af18..8fd7447 100644 --- a/btrace/bTrace.py +++ b/btrace/bTrace.py @@ -20,7 +20,7 @@ bl_info = { "name": "Btrace", "author": "liero, crazycourier, Atom, Meta-Androcto, MacKracken", "version": (1, 1, ), - "blender": (2, 6, 2), + "blender": (2, 62, 0), "location": "View3D > Tools", "description": "Tools for converting/animating objects/particles into curves", "warning": "Still under development, bug reports appreciated", diff --git a/cmu_mocap_browser/__init__.py b/cmu_mocap_browser/__init__.py index 73d91a8..f41decb 100644 --- a/cmu_mocap_browser/__init__.py +++ b/cmu_mocap_browser/__init__.py @@ -26,7 +26,7 @@ bl_info = { "name": "Carnegie Mellon University Mocap Library Browser", "author": "Daniel Monteiro Basso ", "version": (2012, 6, 1, 1), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "View3D > Tools", "description": "Assistant for using CMU Motion Capture data", "warning": "", diff --git a/cursor_control/__init__.py b/cursor_control/__init__.py index 771883c..7da634a 100644 --- a/cursor_control/__init__.py +++ b/cursor_control/__init__.py @@ -24,7 +24,7 @@ bl_info = { "name": "Cursor Control", "author": "Morgan Mörtsell (Seminumerical)", "version": (0, 7, 0), - "blender": (2, 5, 9), + "blender": (2, 59, 0), "location": "View3D > Properties > Cursor", "description": "Control the Cursor", "warning": "buggy, may crash other addons", # used for warning icon and text in addons panel diff --git a/curve_tools.py b/curve_tools.py index 4758e58..c1debf4 100644 --- a/curve_tools.py +++ b/curve_tools.py @@ -20,7 +20,7 @@ bl_info = { "name": "Curve Tools", "author": "Zak", "version": (0, 1, 5), - "blender": (2, 5, 9), + "blender": (2, 59, 0), "location": "Properties > Object data", "description": "Creates driven Lofts or Birails between curves", "warning": "may be buggy or incomplete", diff --git a/development_class_viewer.py b/development_class_viewer.py index ba7be54..1f213ca 100644 --- a/development_class_viewer.py +++ b/development_class_viewer.py @@ -20,7 +20,7 @@ bl_info = { "name": "Class Viewer", "author": "Mackraken", "batFinger" "version": (0, 1, 2), - "blender": (2, 5, 8), + "blender": (2, 58, 0), "location": "Text Editor > Toolbar, Text Editor > Right Click", "warning": "", "description": "List text"s classes and definitions", diff --git a/geodesic_domes/__init__.py b/geodesic_domes/__init__.py index 086358a..eebad0c 100644 --- a/geodesic_domes/__init__.py +++ b/geodesic_domes/__init__.py @@ -20,7 +20,7 @@ bl_info = { "name": "Geodesic Domes", "author": "PKHG , Meta Androcto, Kilon original for 2.49 from Andy Houston", "version": (0,2,3), - "blender": (2, 6, 1), + "blender": (2, 61, 0), "location": "View3D > UI > Geodesic...", "description": "Choice for objects", "warning": "not yet finished", diff --git a/io_atomblend_utilities/__init__.py b/io_atomblend_utilities/__init__.py index dbd82d0..eb015b7 100644 --- a/io_atomblend_utilities/__init__.py +++ b/io_atomblend_utilities/__init__.py @@ -38,8 +38,8 @@ bl_info = { "name": "Atomic Blender - Utilities", "description": "Utilities for manipulating atom structures", "author": "Clemens Barth", - "version": (0,6), - "blender": (2,6), + "version": (0, 6), + "blender": (2, 60, 0), "location": "Panel: View 3D - Tools", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/" diff --git a/io_directx_bel/__init__.py b/io_directx_bel/__init__.py index 2b707a5..a2b5687 100644 --- a/io_directx_bel/__init__.py +++ b/io_directx_bel/__init__.py @@ -4,7 +4,7 @@ bl_info = { "description": "Import directX Model Format (.x)", "author": "Littleneo (Jerome Mahieux)", "version": (0, 18), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "api": 42615, "location": "File > Import > DirectX (.x)", "warning": "", diff --git a/io_export_marmalade.py b/io_export_marmalade.py index 61a89e8..8d638fc 100644 --- a/io_export_marmalade.py +++ b/io_export_marmalade.py @@ -23,7 +23,7 @@ bl_info = { "name": "Marmalade Cross-platform Apps (.group)", "author": "Benoit Muller", "version": (0, 6, 2), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "File > Export > Marmalade cross-platform Apps (.group)", "description": "Export Marmalade Format files (.group)", "warning": "", diff --git a/io_export_md3.py b/io_export_md3.py index ad192ce..328cbc9 100644 --- a/io_export_md3.py +++ b/io_export_md3.py @@ -20,7 +20,7 @@ bl_info = { "name": "Quake Model 3 (.md3)", "author": "Xembie", "version": (0, 7), - "blender": (2, 5, 3), + "blender": (2, 53, 0), "location": "File > Export", "description": "Save a Quake Model 3 File)", "warning": "", # used for warning icon and text in addons panel diff --git a/io_import_BrushSet.py b/io_import_BrushSet.py index 80da37c..f73ecc8 100644 --- a/io_import_BrushSet.py +++ b/io_import_BrushSet.py @@ -52,7 +52,7 @@ bl_info = { "name": "import BrushSet", "author": "Daniel Grauer", "version": (1, 1, 5), - "blender": (2, 5, 6), + "blender": (2, 56, 0), "category": "Import-Export", "location": "File > Import > BrushSet", "description": "imports all image files from a folder", diff --git a/io_import_LRO_Lola_MGS_Mola_img.py b/io_import_LRO_Lola_MGS_Mola_img.py index ec3c379..98c5d1b 100644 --- a/io_import_LRO_Lola_MGS_Mola_img.py +++ b/io_import_LRO_Lola_MGS_Mola_img.py @@ -20,7 +20,7 @@ bl_info = { "name": "LRO Lola & MGS Mola img Importer", "author": "Valter Battioli (ValterVB)", "version": (1, 1, 8), - "blender": (2, 5, 8), + "blender": (2, 58, 0), "location": "3D window > Tool Shelf", "description": "Import DTM from LRO Lola and MGS Mola", "warning": "May consume a lot of memory", diff --git a/io_import_lipSync_Importer.py b/io_import_lipSync_Importer.py index 88057dc..274a6ae 100644 --- a/io_import_lipSync_Importer.py +++ b/io_import_lipSync_Importer.py @@ -20,7 +20,7 @@ bl_info = { "name": "LipSync Importer & Blinker", "author": "Yousef Harfoush - bat3a ;)", "version": (0, 5, 0), - "blender": (2, 6, 2), + "blender": (2, 62, 0), "location": "3D window > Tool Shelf", "description": "Plot Moho (Papagayo, Jlipsync, Yolo) file to frames and adds automatic blinking", "warning": "", diff --git a/io_import_sound_to_anim.py b/io_import_sound_to_anim.py index c006d45..4a05656 100644 --- a/io_import_sound_to_anim.py +++ b/io_import_sound_to_anim.py @@ -22,7 +22,7 @@ bl_info = { "name": "Import: Sound to Animation", "author": "Vlassius", "version": (0, 70), - "blender": (2, 6, 4), + "blender": (2, 64, 0), "api": 52100, "location": "Select a object -> go to the Object tab -> Import Movement From Wav File", "description": "Extract movement from sound file. See the Object Panel at the end.", diff --git a/io_import_voodoo_camera.py b/io_import_voodoo_camera.py index 887cc60..3a45982 100644 --- a/io_import_voodoo_camera.py +++ b/io_import_voodoo_camera.py @@ -20,7 +20,7 @@ bl_info = { "name": "Import Voodoo camera", "author": "Fazekas Laszlo", "version": (0, 8), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "File > Import > Voodoo camera", "description": "Imports a Blender (2.4x or 2.5x) Python script from the Voodoo (version 1.1 or 1.2) camera tracker software.", "warning": "", diff --git a/io_mesh_gwyddion/__init__.py b/io_mesh_gwyddion/__init__.py index e3ce7da..1cb6fa9 100644 --- a/io_mesh_gwyddion/__init__.py +++ b/io_mesh_gwyddion/__init__.py @@ -36,8 +36,8 @@ bl_info = { "name": "Atomic Blender - Gwyddion", "description": "Loading Gwyddion Atomic Force Microscopy images", "author": "Clemens Barth", - "version": (0,1), - "blender": (2,6), + "version": (0, 1), + "blender": (2, 60, 0), "location": "File -> Import -> Gwyddion (.gwy)", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" diff --git a/io_mesh_xyz/__init__.py b/io_mesh_xyz/__init__.py index 0868368..e425d89 100644 --- a/io_mesh_xyz/__init__.py +++ b/io_mesh_xyz/__init__.py @@ -38,8 +38,8 @@ bl_info = { "name": "Atomic Blender - XYZ", "description": "Import/export of atoms described in .xyz files", "author": "Clemens Barth", - "version": (1,0), - "blender": (2,6), + "version": (1, 0), + "blender": (2, 60, 0), "location": "File -> Import -> XYZ (.xyz)", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/" diff --git a/io_points_pcd/__init__.py b/io_points_pcd/__init__.py index 6214a4c..30736c5 100644 --- a/io_points_pcd/__init__.py +++ b/io_points_pcd/__init__.py @@ -20,7 +20,7 @@ bl_info = { "name": "PCD", "author": "Aurel Wildfellner", "version": (0, 1), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "location": "File > Import-Export > Point Cloud Data", "description": "Imports and Exports PCD (Point Cloud Data) files. PCD files are the default format used by pcl (Point Cloud Library).", "warning": "", diff --git a/io_scene_cod/__init__.py b/io_scene_cod/__init__.py index 27443c2..1cab6f0 100644 --- a/io_scene_cod/__init__.py +++ b/io_scene_cod/__init__.py @@ -35,7 +35,7 @@ bl_info = { "name": "Blender-CoD - Add-On for Call of Duty modding (alpha 3)", "author": "CoDEmanX, Flybynyt", "version": (0, 3, 5), - "blender": (2, 6, 2), + "blender": (2, 62, 0), "location": "File > Import | File > Export", "description": "Export models to *.XMODEL_EXPORT and animations to *.XANIM_EXPORT", "warning": "Alpha version, please report any bugs!", diff --git a/io_scene_open_street_map.py b/io_scene_open_street_map.py index 3e7b3dd..d3f2866 100644 --- a/io_scene_open_street_map.py +++ b/io_scene_open_street_map.py @@ -22,7 +22,7 @@ bl_info = { "name": "Open Street Map (.osm)", "author": "Michael Anthrax Schlachter, ideasman42, littleneo", "version": (0, 2), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "File > Import", "description": "Load Open Street Map File", "wiki_url": "", diff --git a/lamp_geographical_sun.py b/lamp_geographical_sun.py index 0315b90..d5277fc 100644 --- a/lamp_geographical_sun.py +++ b/lamp_geographical_sun.py @@ -42,7 +42,7 @@ bl_info = { "name": "Geographical Sun", "author": "Doug Hammond (dougal2)", "version": (0, 0, 1), - "blender": (2, 5, 6), + "blender": (2, 56, 0), "category": "Object", "location": "Lamp data > Geographical Sun", "warning": "", diff --git a/mesh_copy_uvs_from_joined.py b/mesh_copy_uvs_from_joined.py index a3fd6e1..b883e30 100644 --- a/mesh_copy_uvs_from_joined.py +++ b/mesh_copy_uvs_from_joined.py @@ -23,7 +23,7 @@ bl_info = { "description": "Copy UV coordinates from the active joined mesh", "author": "Sergey Sharybin", "version": (0, 1), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "Object mode 'Make Links' menu", "wiki_url": "", "tracker_url": "", diff --git a/mesh_discombobulator.py b/mesh_discombobulator.py index 5da42f4..ea50729 100644 --- a/mesh_discombobulator.py +++ b/mesh_discombobulator.py @@ -21,7 +21,7 @@ bl_info = { "description": "Its job is to easily add scifi details to a surface to create nice-looking space-ships or futuristic cities.", "author": "Evan J. Rosky (syrux), Chichiri, Jace Priester", "version": (0,2), - "blender": (2, 6, 4), + "blender": (2, 64, 0), "location": "Spacebar > Discombobulate", "warning": 'Beta', 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts', diff --git a/mesh_edge_intersection_tools.py b/mesh_edge_intersection_tools.py index 5bf4a82..389bfdb 100644 --- a/mesh_edge_intersection_tools.py +++ b/mesh_edge_intersection_tools.py @@ -22,7 +22,7 @@ bl_info = { "name": "Edge tools : tinyCAD VTX", "author": "zeffii", "version": (0, 5, 1), - "blender": (2, 5, 6), + "blender": (2, 56, 0), "category": "Mesh", "location": "View3D > EditMode > (w) Specials", "warning": "Still under development", diff --git a/mesh_edgetools.py b/mesh_edgetools.py index 3d7fc80..e208ff9 100644 --- a/mesh_edgetools.py +++ b/mesh_edgetools.py @@ -72,7 +72,7 @@ bl_info = { "name": "EdgeTools", "author": "Paul Marshall", "version": (0, 8), - "blender": (2, 6, 4), + "blender": (2, 64, 0), "location": "View3D > Toolbar and View3D > Specials (W-key)", "warning": "", "description": "CAD style edge manipulation tools", diff --git a/mesh_extra_tools/__init__.py b/mesh_extra_tools/__init__.py index 8392e8d..b2fb9c2 100644 --- a/mesh_extra_tools/__init__.py +++ b/mesh_extra_tools/__init__.py @@ -22,7 +22,7 @@ bl_info = { "name": "Extra Tools", "author": "various", "version": (0, 1), - "blender": (2, 6, 4), + "blender": (2, 64, 0), "location": "View3D > Toolbar and View3D > Specials (W-key)", "description": "Add extra mesh edit tools", "warning": "", diff --git a/mesh_extra_tools/mesh_bevel_witold.py b/mesh_extra_tools/mesh_bevel_witold.py index 30d8f17..01b0f95 100644 --- a/mesh_extra_tools/mesh_bevel_witold.py +++ b/mesh_extra_tools/mesh_bevel_witold.py @@ -23,7 +23,7 @@ bl_info = { "name": "Bevel witold", "author": "Witold Jaworski", "version": (1, 2, 0), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "api": 36147, "location": "View3D >Specials (W-key)", "category": "Mesh", diff --git a/mesh_extra_tools/mesh_bump.py b/mesh_extra_tools/mesh_bump.py index 8c0a7d5..94f12cb 100644 --- a/mesh_extra_tools/mesh_bump.py +++ b/mesh_extra_tools/mesh_bump.py @@ -25,7 +25,7 @@ bl_info = { "name": "Bump", "author": "Dolf Veenvliet", "version": 1, - "blender": (2, 5, 6), + "blender": (2, 56, 0), "api": 31847, "location": "View3D > Specials > Bump", "description": "Extrude and translate/rotate/scale multiple times", diff --git a/mesh_extra_tools/mesh_filletplus.py b/mesh_extra_tools/mesh_filletplus.py index fc025b1..c390d17 100644 --- a/mesh_extra_tools/mesh_filletplus.py +++ b/mesh_extra_tools/mesh_filletplus.py @@ -24,7 +24,7 @@ bl_info = { "name": "FilletPlus", "author": "Gert De Roost - original by zmj100", "version": (0, 4, 2), - "blender": (2, 6, 1), + "blender": (2, 61, 0), "api": 43085, "location": "View3D > Tool Shelf", "description": "", diff --git a/mesh_extra_tools/mesh_mextrude_plus.py b/mesh_extra_tools/mesh_mextrude_plus.py index 277b612..2dba166 100644 --- a/mesh_extra_tools/mesh_mextrude_plus.py +++ b/mesh_extra_tools/mesh_mextrude_plus.py @@ -25,7 +25,7 @@ bl_info = { "name": "MExtrude Plus", "author": "liero", "version": (1, 2, 8), - "blender": (2, 6, 2), + "blender": (2, 62, 0), "location": "View3D > Tool Shelf", "description": "Repeat extrusions from faces to create organic shapes", "warning": "", diff --git a/mesh_extra_tools/mesh_normal_smooth.py b/mesh_extra_tools/mesh_normal_smooth.py index 5fb16fa..32d36b9 100644 --- a/mesh_extra_tools/mesh_normal_smooth.py +++ b/mesh_extra_tools/mesh_normal_smooth.py @@ -25,7 +25,7 @@ bl_info = { "name": "Normal Smooth", "author": "Dolf Veenvliet", "version": (7,), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "View3D > Specials > Normal Smooth ", "description": "Smooth the vertex position based on the normals", "warning": "", diff --git a/mesh_extra_tools/mesh_polyredux.py b/mesh_extra_tools/mesh_polyredux.py index 6a80230..ca7a29e 100644 --- a/mesh_extra_tools/mesh_polyredux.py +++ b/mesh_extra_tools/mesh_polyredux.py @@ -22,7 +22,7 @@ bl_info = { "name": "PolyRedux", "author": "Campbell J Barton - updated by Gert De Roost", "version": (2, 0, 4), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "View3D > Tools", "description": "predictable mesh simplifaction maintaining face loops", "warning": "", diff --git a/mesh_extra_tools/mesh_vertex_chamfer.py b/mesh_extra_tools/mesh_vertex_chamfer.py index ac853d4..96a695a 100644 --- a/mesh_extra_tools/mesh_vertex_chamfer.py +++ b/mesh_extra_tools/mesh_vertex_chamfer.py @@ -22,7 +22,7 @@ bl_info = { "name": "Vertex Chamfer", "author": "Andrew Hale (TrumanBlending)", "version": (0, 1), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "Spacebar Menu", "description": "Chamfer vertex", "wiki_url": "", diff --git a/mesh_extrude_along_curve.py b/mesh_extrude_along_curve.py index ee1321a..dc548f3 100644 --- a/mesh_extrude_along_curve.py +++ b/mesh_extrude_along_curve.py @@ -23,7 +23,7 @@ bl_info = { "name": "Extrude Along Curve", "author": "Andrew Hale (TrumanBlending)", "version": (0, 1), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "", "description": "Extrude a face along a Bezier Curve", "warning": "", diff --git a/mesh_face_info_select.py b/mesh_face_info_select.py index eb85b0d..ecf79d0 100644 --- a/mesh_face_info_select.py +++ b/mesh_face_info_select.py @@ -20,7 +20,7 @@ bl_info = { "name": "Face info / select by type", "author": "CoDEmanX", "version": (0, 0, 3), - "blender": (2, 6, 2), + "blender": (2, 62, 0), "location": "Properties > Object data > Face info / select", "description": "Displays triangle, quad and ngon count of the active object. Allows to select faces by these types.", "warning": "", diff --git a/mesh_insert_edge_ring.py b/mesh_insert_edge_ring.py index 7083910..5d8440e 100644 --- a/mesh_insert_edge_ring.py +++ b/mesh_insert_edge_ring.py @@ -28,7 +28,7 @@ bl_info = { "name": "Insert Edge Ring", "author": "tstscr (tstscr@web.de)", "version": (1, 0), - "blender": (2, 6, 4), + "blender": (2, 64, 0), "location": "View3D > Edge Specials > Insert edge ring (Ctrl Alt R)", "description": "Insert an edge ring along the selected edge loop", "warning": "", diff --git a/mesh_select_tools/__init__.py b/mesh_select_tools/__init__.py index 48de4a5..3db805a 100644 --- a/mesh_select_tools/__init__.py +++ b/mesh_select_tools/__init__.py @@ -22,7 +22,7 @@ bl_info = { "name": "Select Tools", "author": "Multiple Authors", "version": (0, 3), - "blender": (2, 6, 4), + "blender": (2, 64, 0), "location": "Editmode select menu", "description": "Adds More vert/face/edge select modes.", "warning": "", diff --git a/mesh_select_tools/mesh_index_select.py b/mesh_select_tools/mesh_index_select.py index 9bc90d1..4965cb7 100644 --- a/mesh_select_tools/mesh_index_select.py +++ b/mesh_select_tools/mesh_index_select.py @@ -2,7 +2,7 @@ bl_info = { "name": "Select by index", "author": "liero", "version": (0, 2), - "blender": (2, 5, 5), + "blender": (2, 55, 0), "api": 33333, "location": "View3D > Tool Shelf", "description": "Select mesh data by index / area / length / cursor", diff --git a/mesh_select_tools/mesh_select_by_direction.py b/mesh_select_tools/mesh_select_by_direction.py index af15444..cb2cca2 100644 --- a/mesh_select_tools/mesh_select_by_direction.py +++ b/mesh_select_tools/mesh_select_by_direction.py @@ -25,7 +25,7 @@ bl_info = { "name": "Select by direction", "author": "Dolf Veenvliet", "version": 1, - "blender": (2, 5, 6), + "blender": (2, 56, 0), "api": 31847, "location": "View3D > Select", "description": "Select all items whose normals face a certain direction", diff --git a/mesh_select_tools/mesh_select_by_edge_length.py b/mesh_select_tools/mesh_select_by_edge_length.py index e89f6e8..9b4d025 100644 --- a/mesh_select_tools/mesh_select_by_edge_length.py +++ b/mesh_select_tools/mesh_select_by_edge_length.py @@ -25,7 +25,7 @@ bl_info = { "name": "Select by edge length", "author": "Dolf Veenvliet", "version": 1, - "blender": (2, 5, 6), + "blender": (2, 56, 0), "api": 31847, "location": "View3D > Select", "description": "Select all items whose scale/length/surface matches a certain edge length", diff --git a/mesh_select_tools/mesh_select_by_pi.py b/mesh_select_tools/mesh_select_by_pi.py index 380ed96..c3a6108 100644 --- a/mesh_select_tools/mesh_select_by_pi.py +++ b/mesh_select_tools/mesh_select_by_pi.py @@ -25,7 +25,7 @@ bl_info = { "name": "Select by pi", "author": "Dolf Veenvliet", "version": 1, - "blender": (2, 5, 6), + "blender": (2, 56, 0), "api": 31847, "location": "View3D > Select", "description": "Select fake random based on pi", diff --git a/mesh_select_tools/mesh_select_checkered.py b/mesh_select_tools/mesh_select_checkered.py index d35bad8..e027632 100644 --- a/mesh_select_tools/mesh_select_checkered.py +++ b/mesh_select_tools/mesh_select_checkered.py @@ -25,7 +25,7 @@ bl_info = { "name": "Select checkered", "author": "Dolf Veenvliet", "version": 1, - "blender": (2, 5, 6), + "blender": (2, 56, 0), "api": 31847, "location": "View3D > Select", "description": "Select checkered", diff --git a/mesh_select_tools/mesh_select_connected_faces.py b/mesh_select_tools/mesh_select_connected_faces.py index 71ccd94..06ebac8 100644 --- a/mesh_select_tools/mesh_select_connected_faces.py +++ b/mesh_select_tools/mesh_select_connected_faces.py @@ -25,7 +25,7 @@ "name": "Select connected faces", "author": "Dolf Veenvliet", "version": 1, - "blender": (2, 5, 6), + "blender": (2, 56, 0), "api": 31847, "location": "View3D > Select", "description": "Select all faces connected to the current selection", diff --git a/mesh_select_tools/mesh_select_innermost.py b/mesh_select_tools/mesh_select_innermost.py index 1cad59d..00f61fd 100644 --- a/mesh_select_tools/mesh_select_innermost.py +++ b/mesh_select_tools/mesh_select_innermost.py @@ -25,7 +25,7 @@ bl_info = { "name": "Select innermost", "author": "Dolf Veenvliet", "version": (0,3), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "api": 35851, "location": "Select > Innermost", "description": "Select the innermost faces", diff --git a/mesh_select_tools/mesh_selection_topokit.py b/mesh_select_tools/mesh_selection_topokit.py index 41da0bc..9ebc253 100644 --- a/mesh_select_tools/mesh_selection_topokit.py +++ b/mesh_select_tools/mesh_selection_topokit.py @@ -20,7 +20,7 @@ bl_info = { "name": "Topokit 2", "author": "dustractor", "version": (2, 0), - "blender": (2, 6, 0), + "blender": (2, 60, 0), "api": 41935, "location": "edit mesh vertices/edges/faces menus", "description": "", diff --git a/mesh_select_vertex_groups.py b/mesh_select_vertex_groups.py index 773c5a9..e4f6ee2 100644 --- a/mesh_select_vertex_groups.py +++ b/mesh_select_vertex_groups.py @@ -20,7 +20,7 @@ bl_info = { "name": "Select Vertex Groups", "author": "Martin Ellison", "version": (1, 0), - "blender": (2, 5, 9), + "blender": (2, 59, 0), "location": "Toolbox", "description": "Finds all the vertex groups that chosen verts are in, & any verts that are not in any group", "warning": "Buggy", # used for warning icon and text in addons panel diff --git a/mesh_show_vgroup_weights.py b/mesh_show_vgroup_weights.py index df67309..5d39dca 100644 --- a/mesh_show_vgroup_weights.py +++ b/mesh_show_vgroup_weights.py @@ -23,7 +23,7 @@ bl_info = { "name": "Show Vertex Groups/Weights", "author": "Jason van Gumster (Fweeb), Bartius Crouch", "version": (0, 7, 1), - "blender": (2, 6, 2), + "blender": (2, 62, 0), "location": "3D View > Properties Region > Show Weights", "description": "Finds the vertex groups of a selected vertex and displays the corresponding weights", "warning": "Requires bmesh", diff --git a/object_batch_rename_datablocks.py b/object_batch_rename_datablocks.py index 7281b99..0fde09e 100644 --- a/object_batch_rename_datablocks.py +++ b/object_batch_rename_datablocks.py @@ -20,7 +20,7 @@ bl_info = { "name": "Batch Rename Datablocks", "author": "tstscr", "version": (1, 0), - "blender": (2, 5, 9), + "blender": (2, 59, 0), "location": "Search > (rename)", "description": "Batch renaming of datablocks (e.g. rename materials after objectnames)", "warning": "", diff --git a/object_creaprim.py b/object_creaprim.py index ab58bc3..1582564 100644 --- a/object_creaprim.py +++ b/object_creaprim.py @@ -45,7 +45,7 @@ bl_info = { "name": "CreaPrim", "author": "Gert De Roost", "version": (0, 3, 9), - "blender": (2, 6, 4), + "blender": (2, 64, 0), "location": "View3D > Object Tools", "description": "Create primitive addon", "warning": "", diff --git a/object_drop_to_ground.py b/object_drop_to_ground.py index 477b109..c50e46e 100644 --- a/object_drop_to_ground.py +++ b/object_drop_to_ground.py @@ -19,7 +19,7 @@ bl_info = { 'name': 'Drop to Ground', 'author': 'Unnikrishnan(kodemax), Florian Meyer(testscreenings)', 'version': (1,2), - "blender": (2, 6, 3), + "blender": (2, 63, 0), 'location': '3D View -> Tool Shelf -> Object Tools Panel (at the bottom)', 'description': 'Drop selected objects on active object', 'warning': '', diff --git a/object_edit_linked.py b/object_edit_linked.py index a649f3d..f79bc1a 100644 --- a/object_edit_linked.py +++ b/object_edit_linked.py @@ -21,7 +21,7 @@ bl_info = { "name": "Edit Linked Library", "author": "Jason van Gumster (Fweeb)", "version": (0, 7, 1), - "blender": (2, 6, 0), + "blender": (2, 60, 0), "location": "View3D > Toolshelf > Edit Linked Library", "description": "Allows editing of objects linked from a .blend library.", "wiki_url": "http://wiki.blender.org/index.php?title=Extensions:2.6/Py/Scripts/Object/Edit_Linked_Library", diff --git a/object_laplace_lightning.py b/object_laplace_lightning.py index 41fc957..85665e4 100644 --- a/object_laplace_lightning.py +++ b/object_laplace_lightning.py @@ -19,7 +19,7 @@ bl_info = { "name": "Laplacian Lightning", "author": "teldredge", "version": (0, 2, 6), - "blender": (2, 6, 1), + "blender": (2, 61, 0), "location": "View3D > ToolShelf > Laplacian Lightning", "description": "Lightning mesh generator using laplacian growth algorithm", "warning": "Beta/Buggy.", diff --git a/object_mangle_tools.py b/object_mangle_tools.py index e4d4bf1..3102623 100644 --- a/object_mangle_tools.py +++ b/object_mangle_tools.py @@ -22,7 +22,7 @@ bl_info = { "name": "Mangle Tools", "author": "Phil Cote", "version": (0, 2), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "View3D > Tools", "description": "Set of tools to mangle curves, meshes, and shape keys", "warning": "", # used for warning icon and text in addons panel diff --git a/object_powerlib.py b/object_powerlib.py index 4f8457f..8c5f336 100644 --- a/object_powerlib.py +++ b/object_powerlib.py @@ -22,7 +22,7 @@ bl_info = { "groups contained in linked libraries", "author": "Olivier Amrein, Francesco Siddi", "version": (0, 5), - "blender": (2, 5, 3), + "blender": (2, 53, 0), "location": "Properties Panel", "warning": "", # used for warning icon and text in addons panel "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Object/PowerLib", diff --git a/online_mat_lib/__init__.py b/online_mat_lib/__init__.py index 7d9b454..af4a5ed 100644 --- a/online_mat_lib/__init__.py +++ b/online_mat_lib/__init__.py @@ -31,7 +31,7 @@ bl_info = { "name": "Online Material Library", "author": "Peter Cassetta", "version": (0, 5), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "Properties > Material > Online Material Library", "description": "Browse and download materials from online CC0 libraries.", "warning": "Beta version", diff --git a/oscurart_futurism.py b/oscurart_futurism.py index 6a3d7bc..0b06cd8 100644 --- a/oscurart_futurism.py +++ b/oscurart_futurism.py @@ -20,7 +20,7 @@ bl_info = { "name": "Futurism", "author": "Oscurart", "version": (1, 2), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "Object > Futurism", "description": "Adds a new Mesh Object", "warning": "", diff --git a/oscurart_mesh_thread.py b/oscurart_mesh_thread.py index c82dfda..99c116e 100644 --- a/oscurart_mesh_thread.py +++ b/oscurart_mesh_thread.py @@ -20,7 +20,7 @@ bl_info = { "name": "Make Thread Mesh", "author": "Oscurart", "version": (1,0), - "blender": (2, 5, 9), + "blender": (2, 59, 0), "api": 4000, "location": "Add > Mesh > Thread", "description": "Make a thread.", diff --git a/particle_hair_lab.py b/particle_hair_lab.py index 249f7df..100db79 100644 --- a/particle_hair_lab.py +++ b/particle_hair_lab.py @@ -20,7 +20,7 @@ bl_info = { "name": "Grass Lab", "author": "Ondrej Raha(lokhorn), meta-androcto", "version": (0,5), - "blender": (2, 6, 0), + "blender": (2, 60, 0), "location": "View3D > Tool Shelf > Grass Preset Panel", "description": "Creates particle grass with material", "warning": "", diff --git a/render_auto_save.py b/render_auto_save.py index 978faf1..438fb04 100644 --- a/render_auto_save.py +++ b/render_auto_save.py @@ -28,7 +28,7 @@ bl_info = { "name": "Auto Save Render", "author": "tstscr", "version": (1, 0), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "Rendertab -> Render Panel", "description": "Automatically save the image after rendering", "warning": "", diff --git a/render_clay.py b/render_clay.py index 677d1de..2a3f098 100644 --- a/render_clay.py +++ b/render_clay.py @@ -22,7 +22,7 @@ bl_info = { "name": "Clay Render", "author": "Fabio Russo ", "version": (1, 2), - "blender": (2, 5, 6), + "blender": (2, 56, 0), "location": "Render > Clay Render", "description": "This script, applies a temporary material to all objects"\ " of the scene.", diff --git a/render_time.py b/render_time.py index ecc379d..d368e54 100644 --- a/render_time.py +++ b/render_time.py @@ -22,7 +22,7 @@ bl_info = { "name": "Render Time Estimation", "author": "Jason van Gumster (Fweeb)", "version": (0, 5, 1), - "blender": (2, 6, 2), + "blender": (2, 62, 0), "location": "UV/Image Editor > Properties > Image", "description": "Estimates the time to complete rendering on animations", "warning": "Does not work on OpenGL renders", diff --git a/render_to_print.py b/render_to_print.py index d04f340..2a58c41 100644 --- a/render_to_print.py +++ b/render_to_print.py @@ -22,7 +22,7 @@ bl_info = { "name": "Render to Print", "author": "Marco Crippa , Dealga McArdle", "version": (0, 2), - "blender": (2, 5, 8), + "blender": (2, 58, 0), "location": "Render > Render to Print", "description": "Set the size of the render for a print", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" diff --git a/sequencer_extra_actions/__init__.py b/sequencer_extra_actions/__init__.py index 82a7d38..5ce1d57 100644 --- a/sequencer_extra_actions/__init__.py +++ b/sequencer_extra_actions/__init__.py @@ -20,7 +20,7 @@ bl_info = { "name": "Extra Sequencer Actions", "author": "Turi Scandurra, Carlos Padial", "version": (3, 4), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "api": 49500, "category": "Sequencer", "location": "Sequencer", diff --git a/sequencer_jumptocut.py b/sequencer_jumptocut.py index b1a9a66..1e78935 100644 --- a/sequencer_jumptocut.py +++ b/sequencer_jumptocut.py @@ -21,7 +21,7 @@ bl_info = { "name": "Jump to Cut", "author": "Carlos Padial", "version": (5, 0, 2), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "api": 44539, "category": "Sequencer", "location": "Sequencer > UI > Jump to Cut", diff --git a/sequencer_tools/__init__.py b/sequencer_tools/__init__.py index 3d1cce2..ef43f0a 100644 --- a/sequencer_tools/__init__.py +++ b/sequencer_tools/__init__.py @@ -20,7 +20,7 @@ bl_info = { "name": "Sequencer Tools", "author": "mont29", "version": (0, 0, 1), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "Sequencer menus/UI", "description": "Various Sequencer tools.", "warning": "", diff --git a/space_view3d_add_surround_cameras.py b/space_view3d_add_surround_cameras.py index 9d097f2..88b19cd 100644 --- a/space_view3d_add_surround_cameras.py +++ b/space_view3d_add_surround_cameras.py @@ -25,7 +25,7 @@ bl_info = { "tracker_url": "https://projects.blender.org/tracker/index.php?" "func=detail&aid=29266", "version": (0, 1, 2), - "blender": (2, 6, 0), + "blender": (2, 60, 0), "category": "3D View" } diff --git a/space_view3d_enhanced_3d_cursor.py b/space_view3d_enhanced_3d_cursor.py index ef23ebb..c6a882f 100644 --- a/space_view3d_enhanced_3d_cursor.py +++ b/space_view3d_enhanced_3d_cursor.py @@ -22,7 +22,7 @@ bl_info = { "description": "Cursor history and bookmarks; drag/snap cursor.", "author": "dairin0d", "version": (2, 8, 7), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "View3D > Action mouse; F10; Properties panel", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\ diff --git a/space_view3d_game_props_visualiser.py b/space_view3d_game_props_visualiser.py index 062fd7e..fe169c4 100644 --- a/space_view3d_game_props_visualiser.py +++ b/space_view3d_game_props_visualiser.py @@ -23,7 +23,7 @@ bl_info = { "name": "Game Property Visualizer", "author": "Bartius Crouch/Vilem Novak", "version": (2,5), - "blender": (2, 5, 3), + "blender": (2, 53, 0), "location": "View3D > Properties panel > Display tab", "description": "Display the game properties next to selected objects " "in the 3d-view", diff --git a/space_view3d_library_hide.py b/space_view3d_library_hide.py index ee4f747..0633e3f 100644 --- a/space_view3d_library_hide.py +++ b/space_view3d_library_hide.py @@ -25,7 +25,7 @@ bl_info = { "description": "Hide objects within library dupligroups", "author": "Campbell Barton", "version": (1, 0), - "blender": (2, 6, 3), + "blender": (2, 63, 0), 'location': 'Search: RayCast View Operator', "wiki_url": "", "tracker_url":"", diff --git a/space_view3d_manipulator_Menu.py b/space_view3d_manipulator_Menu.py index 6d6dc87..d6dabf9 100644 --- a/space_view3d_manipulator_Menu.py +++ b/space_view3d_manipulator_Menu.py @@ -23,7 +23,7 @@ bl_info = { "name": "3d View: Manipulator Menu", "author": "MichaelW", "version": (1, 2 ,1), - "blender": (2, 6, 1), + "blender": (2, 61, 0), "location": "View3D > Ctrl Space ", "description": "Menu to change the manipulator type and/or disable it", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" diff --git a/space_view3d_objects_panel.py b/space_view3d_objects_panel.py index 0533eda..622f3a9 100644 --- a/space_view3d_objects_panel.py +++ b/space_view3d_objects_panel.py @@ -20,7 +20,7 @@ bl_info = { "name": "Add Objects Panel", "author": "Murat Egretli (Demohero)", "version": (1,2), - "blender": (2, 6, 1), + "blender": (2, 61, 0), "location": "View3D > Toolbar", "description": "add objects(mesh, curve etc.) from Toolbar", "warning": "", diff --git a/space_view3d_paint_bprojection.py b/space_view3d_paint_bprojection.py index 504e919..4ddd7db 100644 --- a/space_view3d_paint_bprojection.py +++ b/space_view3d_paint_bprojection.py @@ -3,7 +3,7 @@ bl_info = { "description": "Help Clone tool", "author": "kgeogeo", "version": (1, 0), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/3D_interaction/bprojection", "tracker_url":"http://projects.blender.org/tracker/index.php?func=detail&aid=30521&group_id=153&atid=468", "category": "Paint"} diff --git a/space_view3d_quickPrefs.py b/space_view3d_quickPrefs.py index 6395191..8854375 100644 --- a/space_view3d_quickPrefs.py +++ b/space_view3d_quickPrefs.py @@ -20,7 +20,7 @@ bl_info = { "name": "QuickPrefs", "author": "Sean Olson", "version": (2,1), - "blender": (2, 6, 4), + "blender": (2, 64, 0), "location": "3DView->Properties Panel (N-Key)", "description": "Add often changed User Preference options to Properties panel.", "warning": "", diff --git a/space_view3d_simple_align.py b/space_view3d_simple_align.py index 0adf1df..e270053 100644 --- a/space_view3d_simple_align.py +++ b/space_view3d_simple_align.py @@ -23,7 +23,7 @@ bl_info = { "name": "Simple Align", "author": "Gabriel Beaudin (gabhead)", "version": (0,1), - "blender": (2, 6, 1), + "blender": (2, 61, 0), "location": "View3D > Tool Shelf > Simple Align Panel", "description": "Align Selected Objects to Active Object", "warning": "", diff --git a/system_keyboard_svg.py b/system_keyboard_svg.py index 64a65ac..83c08d0 100644 --- a/system_keyboard_svg.py +++ b/system_keyboard_svg.py @@ -27,7 +27,7 @@ bl_info = { "name": "Keyboard Layout (svg)", "author": "Jbakker", "version": (0, 1), - "blender": (2, 6, 0), + "blender": (2, 60, 0), "location": "", "description": "Save the hotkeys as a .svg file (search: Keyboard)", "warning": "may not work in recent svn", diff --git a/system_project_folder.py b/system_project_folder.py index c5163ee..d791a35 100644 --- a/system_project_folder.py +++ b/system_project_folder.py @@ -23,7 +23,7 @@ bl_info = { "name": "Project Folder", "author": "Dany Lebel (Axon_D), Spirou4D", "version": (0,3, 1), - "blender": (2, 6, 1), + "blender": (2, 61, 0), "api": 43260, "location": "Info -> File Menu -> Project Folder", "description": "Open the project folder in a file browser", diff --git a/text_editor_pasteall.py b/text_editor_pasteall.py index b74da5f..a25d535 100644 --- a/text_editor_pasteall.py +++ b/text_editor_pasteall.py @@ -20,7 +20,7 @@ bl_info = { "name": "PasteAll", "author": "Dalai Felinto (dfelinto)", "version": (0,7), - "blender": (2, 6, 0), + "blender": (2, 60, 0), "location": "Text editor > Properties panel", "description": "Send your selection or text to www.pasteall.org", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\ diff --git a/text_intellisense.py b/text_intellisense.py index 858e910..5b93017 100644 --- a/text_intellisense.py +++ b/text_intellisense.py @@ -21,7 +21,7 @@ bl_info = { "name": "Intellisense for Text Editor", "author": "Mackraken", "version": (0, 2), - "blender": (2, 6, 0), + "blender": (2, 60, 0), "api": 41851, "location": "Ctrl + Space at Text Editor", "description": "Adds intellense to the Text Editor", diff --git a/ui_layer_manager.py b/ui_layer_manager.py index e830a70..553d5df 100644 --- a/ui_layer_manager.py +++ b/ui_layer_manager.py @@ -22,7 +22,7 @@ bl_info = { "name": "Layer Management", "author": "Alfonso Annarumma", "version": (1,4), - "blender": (2, 6, 3), + "blender": (2, 63, 0), "location": "View3D > Properties panel > Layer Management", "warning": "", "description": "Display and Edit Layer Name", diff --git a/wetted_mesh.py b/wetted_mesh.py index 41de811..24e25fa 100644 --- a/wetted_mesh.py +++ b/wetted_mesh.py @@ -20,7 +20,7 @@ bl_info = { "name": "Add Wetted Mesh", "author": "freejack", "version": (0, 2, 1), - "blender": (2, 5, 8), + "blender": (2, 58, 0), "location": "View3D > Tool Shelf > Wetted Mesh Panel", "description": "Adds separated fluid, dry and wetted mesh for selected pair.", "warning": "",