[PyMOL] Setting outline thickness during ray tracing

2010-09-17 Thread Patrick Boyle
Hi, I'm rendering a structure using ray_trace_mode 1 (normal color + black outline), but I'd like to decrease the thickness of the black outline produced by pymol. Is there any way to adjust this? I'm running pymol 1.3 under mac os x 10.6.4. Thanks!

[PyMOL] Running pymol without display

2010-09-17 Thread Kim Langmach Hein
Is it possible to run a pymol script without opening the GUI? I want to ray-trace images for video. Thanks Kim -- Kim Langmach Hein PhD student Department of Molecular Biology University of Aarhus Gustav Wieds Vej 10c DK-8000 Aarhus C Denmark Lab: +45 8942 5010 Mobil: +45 5190 5579 Email:

Re: [PyMOL] Setting outline thickness during ray tracing

2010-09-17 Thread Jason Vertrees
Hi Patrick, Dial down the ray_trace_gain. get ray_trace_gain set ray_trace_gain, 0.005 Cheers, -- Jason On Fri, Sep 17, 2010 at 4:23 PM, Patrick Boyle pmbo...@gmail.com wrote: Hi, I'm rendering a structure using ray_trace_mode 1 (normal color + black outline), but I'd like to decrease

Re: [PyMOL] Running pymol without display

2010-09-17 Thread Jason Vertrees
Hi Kim, Yes, pymol -c. See http://www.pymolwiki.org/index.php/Command_Line_Options for info on launching PyMOL. Also, see http://www.pymolwiki.org/index.php/Launching_From_a_Script to see how to launch PyMOL from another Python script. Cheers, -- Jason On Wed, Sep 15, 2010 at 9:44 AM, Kim