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
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
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