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-10-14 15:54:11 +0400
committerClemens Barth <barth@root-1.de>2012-10-14 15:54:11 +0400
commitab73e1f5827423c32a2417adf949ca68121224aa (patch)
tree6f7bcc0366b6cd1c2cab977cb676f4507433e02b /io_mesh_pdb
parent08c946b80c30766fc658c1da3116c435e6cab978 (diff)
Some cosmetics ... .
Diffstat (limited to 'io_mesh_pdb')
-rw-r--r--io_mesh_pdb/export_pdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_mesh_pdb/export_pdb.py b/io_mesh_pdb/export_pdb.py
index e211f19a..dbd83684 100644
--- a/io_mesh_pdb/export_pdb.py
+++ b/io_mesh_pdb/export_pdb.py
@@ -29,7 +29,7 @@ from . import import_pdb
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")