Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2012-03-11 21:58:40 +0400
committerThomas Dinges <blender@dingto.org>2012-03-11 21:58:40 +0400
commitd4dd3345ffac4be91de9d92decc7b0db0f945806 (patch)
tree36cec605275da3590a85f546fa0c3989ce04200c /io_mesh_pdb/__init__.py
parenteda1a04dc291760ac503e4dfb75f865169b6f0f7 (diff)
Addons:
* Remove api info, this is not used anymore.
Diffstat (limited to 'io_mesh_pdb/__init__.py')
-rw-r--r--io_mesh_pdb/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_mesh_pdb/__init__.py b/io_mesh_pdb/__init__.py
index 54df0827..c32382f4 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",