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-03-22 18:13:37 +0400
committerClemens Barth <barth@root-1.de>2012-03-22 18:13:37 +0400
commit29e19387ad16dcd9b08db914767bc26ff5ec63e3 (patch)
treec65b88f258e7e77708064582f31cd2ce3ca813fd /io_mesh_pdb/import_pdb.py
parentb623eb46f6229f9b44cca1dce83915641224dde6 (diff)
1. New: The user can now decide whether the panel is always, once or never shown
after a PDB file is loaded. Note that the panel is quite essential since it helps quickly modifying PDB structures. 2. Some code cleaning 3. Wiki has been updated Blendphys
Diffstat (limited to 'io_mesh_pdb/import_pdb.py')
-rw-r--r--io_mesh_pdb/import_pdb.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/io_mesh_pdb/import_pdb.py b/io_mesh_pdb/import_pdb.py
index 0db76e92..fa8a92f5 100644
--- a/io_mesh_pdb/import_pdb.py
+++ b/io_mesh_pdb/import_pdb.py
@@ -25,7 +25,7 @@
#
# Start of project : 2011-08-31 by Clemens Barth
# First publication in Blender : 2011-11-11
-# Last modified : 2012-03-21
+# Last modified : 2012-03-22
#
# Acknowledgements: Thanks to ideasman, meta_androcto, truman, kilon,
# dairin0d, PKHG, Valter, etc
@@ -1073,10 +1073,10 @@ def DEF_atom_pdb_main(use_mesh,Ball_azimuth,Ball_zenith,
print()
print(ATOM_PDB_STRING)
print()
- print("Total number of atoms : " + str(Number_of_total_atoms))
- print("Total number of sticks : " + str(Number_of_sticks))
- print("Center of object : ", object_center_vec)
- print("Size of object : ", object_size)
+ print("Total number of atoms : " + str(Number_of_total_atoms))
+ print("Total number of sticks : " + str(Number_of_sticks))
+ print("Center of object (Angstrom) : ", object_center_vec)
+ print("Size of object (Angstrom) : ", object_size)
print()