[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 ***

[PyMOL] measuring distances in recent versions

2012-02-21 Thread Thomas Stout
Hi All -- I am prone to using Ctrl-X to measure the distance between two selected atoms (also, angles and dihedrals). Has this keystroke been eliminated in recent versions? I have tried versions 1.5.0.1 and 1.5.0.2 on both Windows and Linux and don't get any response to Ctrl-X, but it works

Re: [PyMOL] measuring distances in recent versions

2012-02-21 Thread Jason Vertrees
Hi Tom, I am prone to using Ctrl-X to measure the distance between two selected atoms (also, angles and dihedrals).   Has this keystroke been eliminated in recent versions? All the CTRL-keys have been remapepd to CTRL+SHIFT+key. The CTRL-keys now act more like a word processor, but for atoms.

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