Re: [PyMOL] Extracting Scene Info

2012-04-12 Thread V.V.
Hello, I have an old session file, and I would like to extract the color information of certain objects in it. I use print cmd.get_session()['names'] to get the scene information, but which values in the output arrays contain the information about the color? Thank you, Vitaly On Tue, Feb 21,

[PyMOL] Extracting Scene Info

2012-02-21 Thread Jacob Keller
Dear PyMol users, is there a command which extracts/outputs all scene info? JPK -- *** Jacob Pearson Keller Northwestern University Medical Scientist Training Program email: j-kell...@northwestern.edu ***

Re: [PyMOL] Extracting Scene Info

2012-02-21 Thread Jason Vertrees
Hi Jacob, print cmd.get_scene_list() print cmd.get_scene_dict() You can also use get_session(). These should all be documented (somewhat) on the PyMOLWiki. Cheers, -- Jason On Tue, Feb 21, 2012 at 11:03 AM, Jacob Keller j-kell...@fsm.northwestern.edu wrote: Dear PyMol users, is there a