diff --git a/io_mesh_pdb/__init__.py b/io_mesh_pdb/__init__.py index 54df0827315fc340dfb6bc85eea604f4724985b9..c32382f44ae529c3c4eaa9f844d60ea5f1858702 100644 --- a/io_mesh_pdb/__init__.py +++ b/io_mesh_pdb/__init__.py @@ -22,7 +22,6 @@ bl_info = { "author": "Clemens Barth", "version": (1,2), "blender": (2,6), - "api": 31236, "location": "File -> Import -> PDB (.pdb), Panel: View 3D - Tools", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/PDB", diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py index 6a55f0a08ccceb921a3354e305d57d04df33c06c..47abe550f40a39126276f96593fe4b07b5efc7aa 100644 --- a/space_view3d_spacebar_menu.py +++ b/space_view3d_spacebar_menu.py @@ -23,7 +23,6 @@ bl_info = { "author": "JayDez, sim88, meta-androcto, sam", "version": (1, 7, 3), "blender": (2, 6, 0), - "api": 41287, "location": "View3D > Spacebar Key", "description": "Context Sensitive Spacebar Menu", "warning": "",