Re: [PyMOL] visualizing objects via python script

2011-02-21 Thread Jason Vertrees
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 =

[PyMOL] visualizing objects via python script

2011-02-20 Thread Alexander Schmitz
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