From a051b5ba9a5c43ed6157a8d6c8c7ec962e3a26ba Mon Sep 17 00:00:00 2001 From: Clemens Barth <barth@root-1.de> Date: Wed, 31 Oct 2012 00:10:20 +0000 Subject: [PATCH] Also in the PDB IO: relict from old times, which has been removed Blendphys. --- io_mesh_pdb/export_pdb.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/io_mesh_pdb/export_pdb.py b/io_mesh_pdb/export_pdb.py index dbd83684a..cdd3e818d 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": -- GitLab