Re: [PyMOL] mpng and resolution in movies

2012-05-23 Thread Maximilian Ebert
Hi List, just to tell you the solution I finally used: python for x in range(400): cmd.frame(x+1) cmd.ray(1920,1080) cmd.png("path/" + str(x+1) + ".png") python end Thank you, Max On 2012-05-16, at 4:46 PM, Maximilian Ebert wrote: > Dear list, > > I try to export my P

Re: [PyMOL] mpng and resolution in movies

2012-05-17 Thread Thomas Holder
Hi Max, use the "viewport" command. viewport 1920,1080 mpng http://www.pymolwiki.org/index.php/Viewport Cheers, Thomas Maximilian Ebert wrote, On 05/16/12 22:46: > Dear list, > > I try to export my Pymol movie as ray traced PNGs, which is working > fine. However, Pymol always used as reso