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-31 04:10:20 +0400
committerClemens Barth <barth@root-1.de>2012-10-31 04:10:20 +0400
commita051b5ba9a5c43ed6157a8d6c8c7ec962e3a26ba (patch)
tree22fcef653c02c2678f06de6c7e08019817332534 /io_mesh_pdb
parent2b5eecb59534b7f4fd60617fb61e193a3a257a98 (diff)
Also in the PDB IO: relict from old times, which has been removed
Blendphys.
Diffstat (limited to 'io_mesh_pdb')
-rw-r--r--io_mesh_pdb/export_pdb.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/io_mesh_pdb/export_pdb.py b/io_mesh_pdb/export_pdb.py
index dbd83684..cdd3e818 100644
--- a/io_mesh_pdb/export_pdb.py
+++ b/io_mesh_pdb/export_pdb.py
@@ -60,11 +60,6 @@ def DEF_atom_pdb_export(obj_type):
name = "X"
else:
name = element[2]
- elif element[1][:3] in obj.name:
- if element[2] == "Vac":
- name = "X"
- else:
- name = element[2]
if name == "":
if obj_type == "0":