Skip to content
Snippets Groups Projects
Commit a051b5ba authored by Clemens Barth's avatar Clemens Barth
Browse files

Also in the PDB IO: relict from old times, which has been removed

Blendphys.
parent 2b5eecb5
No related branches found
No related tags found
No related merge requests found
......@@ -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":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment