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

Clemens Barth barth at root-1.de
Sun Oct 14 13:54:13 CEST 2012


Revision: 3854
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3854
Author:   blendphys
Date:     2012-10-14 11:54:11 +0000 (Sun, 14 Oct 2012)
Log Message:
-----------

Some cosmetics ... .

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

Modified: trunk/py/scripts/addons/io_mesh_pdb/export_pdb.py
===================================================================
--- trunk/py/scripts/addons/io_mesh_pdb/export_pdb.py	2012-10-14 07:56:01 UTC (rev 3853)
+++ trunk/py/scripts/addons/io_mesh_pdb/export_pdb.py	2012-10-14 11:54:11 UTC (rev 3854)
@@ -29,7 +29,7 @@
 
 ATOM_PDB_FILEPATH = ""
 ATOM_PDB_PDBTEXT  = (  "REMARK This pdb file has been created with Blender "
-                     + "and the Atomic Blender script\n"
+                     + "and the addon Atomic Blender - PDB\n"
                      + "REMARK For more details see wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/PDB\n"
                      + "REMARK\n"
                      + "REMARK\n")



More information about the Bf-extensions-cvs mailing list