Re: [PyMOL] Anaglyph stereo output from command line

2018-04-24 Thread Thomas Holder
Thanks Jared and Cody! There is not much I can add, yes this looks like a bug and we should fix it. Cheers, Thomas > On Apr 23, 2018, at 11:51 PM, Jared Sampson > wrote: > > Hi Cody - > > I can confirm that I see similar behavior on 2.1.0 (stereo rendered properly > from the GUI but not

Re: [PyMOL] Multiple PyMOL Instances in Python Script

2018-04-24 Thread Yang Su
Thanks Thomas. The code snippet works. Does start(), stop() maintain reference counting? Is there a way to know if it's already started/stopped? Is this API documented somewhere? Thanks, Yang On Mon, Apr 23, 2018 at 1:15 PM, Thomas Holder < thomas.hol...@schrodinger.com> wrote: > Hi Yang, > > Y

Re: [PyMOL] Multiple PyMOL Instances in Python Script

2018-04-24 Thread Thomas Holder
Hi Yang, Very good questions. I don't think that it's documented anywhere. Reference counting is maintained, I fixed that up as best as I could before the PyMOL 2.0 release (in PyMOL 1.x it leaks references). Looks like there is no way to introspect whether start() has been called already. Che

Re: [PyMOL] Multiple PyMOL Instances in Python Script

2018-04-24 Thread Yang Su
OK, thanks. If you don't mind, I can add it to the wiki: https://pymolwiki.org/index.php/Launching_From_a_Script Best, Yang On Tue, Apr 24, 2018 at 6:47 PM, Thomas Holder < thomas.hol...@schrodinger.com> wrote: > Hi Yang, > > Very good questions. I don't think that it's documented anywhere. > R