diff --git a/io_mesh_pdb/__init__.py b/io_mesh_pdb/__init__.py index 883e998900c1e1df94449ed898a255ca7960e9ef..88f9efa817c500691e3c67d5d2bf882099658195 100644 --- a/io_mesh_pdb/__init__.py +++ b/io_mesh_pdb/__init__.py @@ -16,6 +16,21 @@ # # ##### END GPL LICENSE BLOCK ##### +# +# +# Authors : Clemens Barth (Blendphys@root-1.de), ... +# +# Homepage(Wiki) : http://development.root-1.de/Atomic_Blender.php +# Tracker : http://projects.blender.org/tracker/index.php?func=detail&aid=29226&group_id=153&atid=467 +# +# Start of project : 2011-08-31 by Clemens Barth +# First publication in Blender : 2011-11-11 +# Last modified : 2012-03-23 +# +# Acknowledgements: Thanks to ideasman, meta_androcto, truman, kilon, +# dairin0d, PKHG, Valter, etc +# + bl_info = { "name": "PDB Atomic Blender", "description": "Loading and manipulating atoms from PDB files", diff --git a/io_mesh_pdb/export_pdb.py b/io_mesh_pdb/export_pdb.py index ea4a761e584a8980914dd50940bc3d02d2d99d54..a7a67bf64c93bc007a15b687900a85d994017446 100644 --- a/io_mesh_pdb/export_pdb.py +++ b/io_mesh_pdb/export_pdb.py @@ -16,21 +16,6 @@ # # ##### END GPL LICENSE BLOCK ##### -# -# -# Authors : Clemens Barth (Blendphys@root-1.de), ... -# -# Homepage(Wiki) : http://development.root-1.de/Atomic_Blender.php -# Tracker : http://projects.blender.org/tracker/index.php?func=detail&aid=29226&group_id=153&atid=467 -# -# Start of project : 2011-08-31 by Clemens Barth -# First publication in Blender : 2011-11-11 -# Last modified : 2012-04-18 -# -# Acknowledgements: Thanks to ideasman, meta_androcto, truman, kilon, -# dairin0d, PKHG, Valter, etc -# - import bpy import io import math diff --git a/io_mesh_pdb/import_pdb.py b/io_mesh_pdb/import_pdb.py index e9decb0c1472847eae956026bd459ed5e26bc452..6691988fd7bd38e2a11027a95785c0dfede38215 100644 --- a/io_mesh_pdb/import_pdb.py +++ b/io_mesh_pdb/import_pdb.py @@ -16,21 +16,6 @@ # # ##### END GPL LICENSE BLOCK ##### -# -# -# Authors : Clemens Barth (Blendphys@root-1.de), ... -# -# Homepage(Wiki) : http://development.root-1.de/Atomic_Blender.php -# Tracker : http://projects.blender.org/tracker/index.php?func=detail&aid=29226&group_id=153&atid=467 -# -# Start of project : 2011-08-31 by Clemens Barth -# First publication in Blender : 2011-11-11 -# Last modified : 2012-04-18 -# -# Acknowledgements: Thanks to ideasman, meta_androcto, truman, kilon, -# dairin0d, PKHG, Valter, etc -# - import bpy import io import math