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:
authorClemens Barth <barth@root-1.de>2012-05-27 21:38:28 +0400
committerClemens Barth <barth@root-1.de>2012-05-27 21:38:28 +0400
commite4f4d8dea131730c477cf4667df147d44318fe8c (patch)
treee021f67fbd8fafc7c3d4b67ab537b159b71d6072 /io_mesh_pdb
parent44df582110eb3886313ada05cf89d44b31561ee8 (diff)
Some cosmetics ...
Blendphys.
Diffstat (limited to 'io_mesh_pdb')
-rw-r--r--io_mesh_pdb/__init__.py15
-rw-r--r--io_mesh_pdb/export_pdb.py15
-rw-r--r--io_mesh_pdb/import_pdb.py15
3 files changed, 15 insertions, 30 deletions
diff --git a/io_mesh_pdb/__init__.py b/io_mesh_pdb/__init__.py
index 883e9989..88f9efa8 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 ea4a761e..a7a67bf6 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 e9decb0c..6691988f 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