From 6cc6f0b228eb8c1e4c062a9f2621a8c8c00d24d3 Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Fri, 14 Jan 2011 15:22:44 +0000 Subject: [PATCH] bl_addon_info --> bl_info --- io_export_md3.py | 2 +- io_import_LRO_Lola_MGS_Mola_img.py | 2 +- io_import_lipSync_Importer.py | 2 +- io_import_voodoo_camera.py | 2 +- mesh_fix_vertex_groups.py | 2 +- mesh_normal_smooth.py | 2 +- object_batch_rename_datablocks.py | 2 +- render_clay.py | 2 +- render_to_print.py | 2 +- space_view3d_game_props_visualiser.py | 2 +- space_view3d_manipulator_Menu.py | 2 +- space_view3d_objects_panel.py | 2 +- system_keyboard_svg.py | 2 +- text_editor_pasteall.py | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/io_export_md3.py b/io_export_md3.py index 24dcfd35..f8193452 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 dc679724..8ea57420 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 dfe6b246..98dbfc7d 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 1f4fdff6..c9496989 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 7f89a0f1..1f2100e5 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 7caaea7d..830cec2b 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 de3960e8..1c9cdb29 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 af0aa2df..c140df5c 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 9dad4da9..06d2f171 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 d39f6759..3e92841e 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 569a8464..ca50aacc 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 19d21963..4a6349e4 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 00d0a5cf..3b52129c 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 fba22e18..6f74e777 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), -- GitLab