Hi Alex,
PyMOL should only be limited by your RAM, not some internal soft limit
object count. Your objects look like they're falling into two
classes: "Acc" and "Don." You should use the "get_unused_name"
function to create unique names beginning with the given prefixes:
preAcc = "Acc"
preDon =
Dear pymol users,
i already obtained lots of help from this mailing list, so I really hope you
can help me with my current problem, too. What I am doing:
I am trying to writea pymol script to visualize some objects via pymol. Here
you can see an example of what I got so far:
code