From e4f4d8dea131730c477cf4667df147d44318fe8c Mon Sep 17 00:00:00 2001 From: Clemens Barth <barth@root-1.de> Date: Sun, 27 May 2012 17:38:28 +0000 Subject: [PATCH] Some cosmetics ... Blendphys. --- io_mesh_pdb/__init__.py | 15 +++++++++++++++ io_mesh_pdb/export_pdb.py | 15 --------------- io_mesh_pdb/import_pdb.py | 15 --------------- 3 files changed, 15 insertions(+), 30 deletions(-) diff --git a/io_mesh_pdb/__init__.py b/io_mesh_pdb/__init__.py index 883e99890..88f9efa81 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 ea4a761e5..a7a67bf64 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 e9decb0c1..6691988fd 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 -- GitLab