Re: [PyMOL] Zoom animation

2015-04-05 Thread Thomas Holder
Hi Brenton, you need PyMOL's movie making functionality to accomplish this. # make 60 movie frames mset 1x60 # begin camera view mview store, 1 # end camera view zoom resn PNM mview store, 60 # save png images viewport 2000, 1162 set ray_opaque_background, 0 set ray_trace_frames mpng Image0001

Re: [PyMOL] Zoom animation

2015-04-05 Thread Tsjerk Wassenaar
Hi Brenton, > cmd.zoom(r. pnm, 20) You forgot the quotes: "r. pnm" Cheers, Tsjerk -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot

[PyMOL] Zoom animation

2015-04-04 Thread Brenton Horne
Hi, I'd like to create a set of transparent PNG frames, with each frame being more and more zoomed in on the PNM-ser62 complex found within the PDB structure 1PWC. This is the code I have so far: set ray_opaque_background, 0 png Image0001.png, width= 2000, height= 1162, dpi=500, ray