[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3929] contrib/py/scripts/addons/ add_mesh_clusters: Cosmetics ...

Clemens Barth barth at root-1.de
Sun Nov 4 12:46:10 CET 2012


Revision: 3929
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3929
Author:   blendphys
Date:     2012-11-04 11:46:03 +0000 (Sun, 04 Nov 2012)
Log Message:
-----------
Cosmetics ...

Blendphys

Modified Paths:
--------------
    contrib/py/scripts/addons/add_mesh_clusters/__init__.py
    contrib/py/scripts/addons/add_mesh_clusters/add_mesh_cluster.py

Modified: contrib/py/scripts/addons/add_mesh_clusters/__init__.py
===================================================================
--- contrib/py/scripts/addons/add_mesh_clusters/__init__.py	2012-11-04 07:55:25 UTC (rev 3928)
+++ contrib/py/scripts/addons/add_mesh_clusters/__init__.py	2012-11-04 11:46:03 UTC (rev 3929)
@@ -21,11 +21,10 @@
 #  Authors           : Clemens Barth, Christine Mottet (Icosahedra), ...
 #
 #  Homepage(Wiki)    : http://development.root-1.de/Atomic_Blender.php
-#  Tracker           : ...
 #
 #  Start of project              : 2012-03-25 by Clemens Barth
 #  First publication in Blender  : 2012-05-27 by Clemens Barth
-#  Last modified                 : 2012-06-08
+#  Last modified                 : 2012-11-03
 #
 #
 #

Modified: contrib/py/scripts/addons/add_mesh_clusters/add_mesh_cluster.py
===================================================================
--- contrib/py/scripts/addons/add_mesh_clusters/add_mesh_cluster.py	2012-11-04 07:55:25 UTC (rev 3928)
+++ contrib/py/scripts/addons/add_mesh_clusters/add_mesh_cluster.py	2012-11-04 11:46:03 UTC (rev 3929)
@@ -1085,14 +1085,14 @@
 # Note that the icosahedron needs a special treatment since it requires a
 # non-common crystal lattice. The faces are (111) facets and the geometry
 # is five-fold. So far, a max size of 8217 atoms can be chosen.
-# More details can be found in:
+# More details about icosahedron shaped clusters can be found in:
 #
 # 1. C. Mottet, G. Tréglia, B. Legrand, Surface Science 383 (1997) L719-L727
 # 2. C. R. Henry, Surface Science Reports 31 (1998) 231-325
 
-# This routine is a translation from an existing Fortran code into Python.
-# The Fortran code has been created by Christine Mottet and translated by
-# Clemens Barth. 
+# The following code is a translation from an existing Fortran code into Python.
+# The Fortran code has been created by Christine Mottet and translated by me
+# (Clemens Barth). 
 
 # Although a couple of code lines are non-typical for Python, it is best to
 # leave the code as is.



More information about the Bf-extensions-cvs mailing list