diff --git a/io_export_md3.py b/io_export_md3.py index 24dcfd350543b5743ef621a59f571f052404f94e..f81934521f201423a22edba2b4f7f8b54a8c837e 100644 --- a/io_export_md3.py +++ b/io_export_md3.py @@ -16,7 +16,7 @@ # # ##### END GPL LICENSE BLOCK ##### -bl_addon_info = { +bl_info = { 'name': 'Quake Model 3 (.md3)', 'author': 'Xembie', 'version': (0, 7), diff --git a/io_import_LRO_Lola_MGS_Mola_img.py b/io_import_LRO_Lola_MGS_Mola_img.py index dc6797244738db4f24808e446f9edbcb4fd115ac..8ea574205586695d080b25f60ba0afa6681ef27e 100644 --- a/io_import_LRO_Lola_MGS_Mola_img.py +++ b/io_import_LRO_Lola_MGS_Mola_img.py @@ -16,7 +16,7 @@ # # ##### END GPL LICENSE BLOCK ##### -bl_addon_info = { +bl_info = { "name": "LRO Lola & MGS Mola img Importer", "author": "ValterVB", "version": (1, 1, 3), diff --git a/io_import_lipSync_Importer.py b/io_import_lipSync_Importer.py index dfe6b246adc8d0fc383fdb637815385d286b6725..98dbfc7dfb6273dc55a649ea74a2b3ccc2148a05 100644 --- a/io_import_lipSync_Importer.py +++ b/io_import_lipSync_Importer.py @@ -16,7 +16,7 @@ # # ##### END GPL LICENSE BLOCK ##### -bl_addon_info = { +bl_info = { "name": "LipSync Importer", "author": "Yousef Harfoush - bat3a ;)", "version": (0, 2, 0), diff --git a/io_import_voodoo_camera.py b/io_import_voodoo_camera.py index 1f4fdff64312511e04fa6886e3218aef70f09763..c94969893023fd16a65b24b6bf57784b6b35d895 100644 --- a/io_import_voodoo_camera.py +++ b/io_import_voodoo_camera.py @@ -16,7 +16,7 @@ # # ##### END GPL LICENSE BLOCK ##### -bl_addon_info = { +bl_info = { "name": "Import: Voodoo camera", "author": "Fazekas Laszlo", "version": (0, 5), diff --git a/mesh_fix_vertex_groups.py b/mesh_fix_vertex_groups.py index 7f89a0f1de379aab78814231564a6648cb89a3ae..1f2100e51727a88bf554f3024bdaf51eaf1fbaa1 100644 --- a/mesh_fix_vertex_groups.py +++ b/mesh_fix_vertex_groups.py @@ -16,7 +16,7 @@ # # ##### END GPL LICENSE BLOCK ##### -bl_addon_info = { +bl_info = { 'name': 'Fix Vertex Groups', 'author': 'Martin Ellison', 'version': (1, 0), diff --git a/mesh_normal_smooth.py b/mesh_normal_smooth.py index 7caaea7d3b2c1a563db4f7f53297c3caf9f991d7..830cec2b32fc7bd80f4f1272c638086e231c81a1 100644 --- a/mesh_normal_smooth.py +++ b/mesh_normal_smooth.py @@ -21,7 +21,7 @@ # # ***** END GPL LICENCE BLOCK ***** -bl_addon_info = { +bl_info = { "name": "Normal Smooth", "author": "Dolf Veenvliet", "version": (7,), diff --git a/object_batch_rename_datablocks.py b/object_batch_rename_datablocks.py index de3960e83528965c9f36736466d969b5b4485727..1c9cdb29e03989fbda4bbcae9eec6eb396ad29c8 100644 --- a/object_batch_rename_datablocks.py +++ b/object_batch_rename_datablocks.py @@ -16,7 +16,7 @@ # # ##### END GPL LICENSE BLOCK ##### -bl_addon_info = { +bl_info = { "name": "Batch Rename Datablocks", "author": "tstscr", "version": (1, 0), diff --git a/render_clay.py b/render_clay.py index af0aa2df779c812938427836ad9a2f3277fed101..c140df5c0d7e1359318e305f985218c94b89fe2c 100644 --- a/render_clay.py +++ b/render_clay.py @@ -18,7 +18,7 @@ # <pep8 compliant> -bl_addon_info = { +bl_info = { "name": "Clay Render", "author": "Fabio Russo <ruesp83@libero.it>", "version": (1, 1), diff --git a/render_to_print.py b/render_to_print.py index 9dad4da93be50cbb56fad319641dce767441ea4a..06d2f171a6637a2924edfecffaaffa9750d92d03 100644 --- a/render_to_print.py +++ b/render_to_print.py @@ -16,7 +16,7 @@ # # ##### END GPL LICENSE BLOCK ##### -bl_addon_info = { +bl_info = { 'name': 'Render to Print', 'author': 'Marco Crippa <thekrypt77@tiscali.it>', 'version': (0,1), diff --git a/space_view3d_game_props_visualiser.py b/space_view3d_game_props_visualiser.py index d39f67599b3ed4102f3e1d7e60884f6e4d603c50..3e92841e9eac8cc7addc44e1e5666f1889ac5101 100644 --- a/space_view3d_game_props_visualiser.py +++ b/space_view3d_game_props_visualiser.py @@ -19,7 +19,7 @@ # <pep8 compliant> -bl_addon_info = { +bl_info = { 'name': 'Game Property Visualiser', 'author': 'Bartius Crouch/Vilem Novak', 'version': (2,5), diff --git a/space_view3d_manipulator_Menu.py b/space_view3d_manipulator_Menu.py index 569a8464ffe7dccb5b8f39913e61d52aab7932c9..ca50aacc9c4c8472e6e25334d354b3314fe5600d 100644 --- a/space_view3d_manipulator_Menu.py +++ b/space_view3d_manipulator_Menu.py @@ -20,7 +20,7 @@ # # ##### END GPL LICENSE BLOCK ##### -bl_addon_info = { +bl_info = { 'name': 'Manipulator Menu', 'author': 'MichaelW', 'version': (1,), diff --git a/space_view3d_objects_panel.py b/space_view3d_objects_panel.py index 19d21963364b7bf75dbfb3f3c4bf9aac1cf94495..4a6349e4591772e81bb0b5bc04a2bc788a55d335 100644 --- a/space_view3d_objects_panel.py +++ b/space_view3d_objects_panel.py @@ -16,7 +16,7 @@ # # ##### END GPL LICENSE BLOCK ##### -bl_addon_info = { +bl_info = { "name": "Add Objects Panel", "author": "Murat Egretli (Demohero)", "version": (1,1), diff --git a/system_keyboard_svg.py b/system_keyboard_svg.py index 00d0a5cf45344527c64a0fe13e652cdecdd16394..3b52129cfecfde50fcee333e542f8f970646de8d 100644 --- a/system_keyboard_svg.py +++ b/system_keyboard_svg.py @@ -21,7 +21,7 @@ # first implementation done by jbakker -bl_addon_info = { +bl_info = { "name": "Keyboard Layout (svg)", "author": "Jbakker", "version": (0,1), diff --git a/text_editor_pasteall.py b/text_editor_pasteall.py index fba22e189fa61b1dfd72c92b951f8ff59ff2c400..6f74e777099c6903766b136aba3095d90bb58c2e 100644 --- a/text_editor_pasteall.py +++ b/text_editor_pasteall.py @@ -16,7 +16,7 @@ # # ##### END GPL LICENSE BLOCK ##### -bl_addon_info = { +bl_info = { "name": "PasteAll", "author": "Dalai Felinto (dfelinto)", "version": (0,5),