[PyMOL] Fedora Graphics Test Week

2010-04-13 Thread David Hall
I just learned about Fedora Graphics Test Week with nVidia being tested today and ATI/AMD and Intel later in the week. I figure many PyMol users use proprietary drivers, but would be much happier if they could use open source drivers instead. There's even a Live CD, so you don't need to be

[PyMOL] Label size in different scenes

2010-04-13 Thread Vitaly Vostrikov
Hello, I am learning movie-making in Pymol, and I have a question about label size. I have a script with one state and several scenes, and I would like to introduce titles for each scene. I create pseudoatoms for each scene and label them, but because of the different length of text, I would

Re: [PyMOL] Label size in different scenes

2010-04-13 Thread Jason Vertrees
Vitaly, You can set label_size per object: set label_size, -0.35, pseudo1 set label_size, -0.50, pseudo2 I recently ran into similar issues. My solution was to make use of the mdo command. Try help mdo and check out the PyMOLWiki page http://www.pymolwiki.org/index.php/Mdo. Cheers, -- Jason

Re: [PyMOL] Label size in different scenes

2010-04-13 Thread Vitaly Vostrikov
Jason, Thank you very much - it worked perfectly! I did not realize it is possible to apply that for individual objects. Vitaly - Original Message - From: Jason Vertrees jason.vertr...@schrodinger.com Date: Tuesday, April 13, 2010 1:58 pm Subject: Re: [PyMOL] Label size in different

Re: [PyMOL] Label size in different scenes

2010-04-13 Thread Jason Vertrees
Vitaly, Great, glad to hear it. Most PyMOL settings now work on a per object basis. For example, set color, red, objectName set sphere_scale, 0.71, solvent set state, 4, objectName Cheers, -- Jason On Tue, Apr 13, 2010 at 4:00 PM, Vitaly Vostrikov vvos...@uark.edu wrote: Jason,