[PyMOL] cmd.scene('*')

2008-12-19 Thread Malcolm E Davis
In a Python script I am working on I would like to get a list of the scenes that are defined. Unfortunately, cmd.scene('*') just prints the list to stdout, but doesn't return anything. That is, if I have a script test.py that looks like from pymol import cmd x = cmd.scene('*') print x An

Re: [PyMOL] Stereo3D hardware recommendation

2002-09-27 Thread Malcolm E Davis
We just had a visit from VREX. They provide a variety of 3D options. They have one very low cost entry point for stereo glasses. For I believe $35, they have a pair of shutter glasses which connect via a wire into a pass through plug which goes between your box and the monitor cable. I don't kn

Re: [PyMOL] color association with state?

2002-04-18 Thread Malcolm E Davis
"DeLano, Warren" wrote: > Sorry, this can't be done with the current versions -- colors are either > atomic or whole-object properties (with a couple of minor exceptions). A follow-up newbie question: Is it possible to map colors onto a surface on a per vertex basis? Malcolm