[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3407] trunk/py/scripts/addons/ io_mesh_pdb:

Clemens Barth barth at root-1.de
Sun May 27 19:38:29 CEST 2012


Revision: 3407
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3407
Author:   blendphys
Date:     2012-05-27 17:38:28 +0000 (Sun, 27 May 2012)
Log Message:
-----------

Some cosmetics ...

Blendphys.

Modified Paths:
--------------
    trunk/py/scripts/addons/io_mesh_pdb/__init__.py
    trunk/py/scripts/addons/io_mesh_pdb/export_pdb.py
    trunk/py/scripts/addons/io_mesh_pdb/import_pdb.py

Modified: trunk/py/scripts/addons/io_mesh_pdb/__init__.py
===================================================================
--- trunk/py/scripts/addons/io_mesh_pdb/__init__.py	2012-05-27 17:28:21 UTC (rev 3406)
+++ trunk/py/scripts/addons/io_mesh_pdb/__init__.py	2012-05-27 17:38:28 UTC (rev 3407)
@@ -16,6 +16,21 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
+#
+#
+#  Authors           : Clemens Barth (Blendphys at 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",

Modified: trunk/py/scripts/addons/io_mesh_pdb/export_pdb.py
===================================================================
--- trunk/py/scripts/addons/io_mesh_pdb/export_pdb.py	2012-05-27 17:28:21 UTC (rev 3406)
+++ trunk/py/scripts/addons/io_mesh_pdb/export_pdb.py	2012-05-27 17:38:28 UTC (rev 3407)
@@ -16,21 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-#
-#
-#  Authors           : Clemens Barth (Blendphys at 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

Modified: trunk/py/scripts/addons/io_mesh_pdb/import_pdb.py
===================================================================
--- trunk/py/scripts/addons/io_mesh_pdb/import_pdb.py	2012-05-27 17:28:21 UTC (rev 3406)
+++ trunk/py/scripts/addons/io_mesh_pdb/import_pdb.py	2012-05-27 17:38:28 UTC (rev 3407)
@@ -16,21 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-#
-#
-#  Authors           : Clemens Barth (Blendphys at 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



More information about the Bf-extensions-cvs mailing list