RE: [PyMOL] movie question

2005-05-19 Thread Grégori Gerebtzoff
Dave, Try the “move” command; move x, value and move y, value for the translation move z, value for zoom in and zoom out Greg

[PyMOL] movie question

2005-05-17 Thread Bourgaize David
Hi, all. This is my next installment of what is probably another dumb question from a new user, but I'm trying to learn how to construct movies, and havind some success. However, I cannot seem to create anything that involves translating multiple objects and zooming in on a particular area

Re: [PyMOL] movie question

2005-02-23 Thread Joel Tyndall
Hi Alexander, That all seems a bit complicated (for me anyway) but the one thing I think your missing is the "util.mroll(1,120,1)" command. There is an example in the user manual pages 50/51 Hope this helps J Alexandra Deaconescu wrote: Hello: I am trying to generate a movie ( a 360 degr

[PyMOL] movie question

2005-02-23 Thread Alexandra Deaconescu
Hello: I am trying to generate a movie ( a 360 degree rotation around the y axis) using the mset and mdo commands. I can play the animation alright in Pymol, but when I am trying to save it as either a Quicktime file or a series of pngs (that I would like to create an animation of in ImageRead

RE: [PyMOL] PyMOL movie question

2002-09-13 Thread DeLano, Warren
r Point Blvd. S. San Francisco, CA 94080 (650)-266-3606 FAX:(650)-266-3501 > -Original Message- > From: Jennifer Ekstrom [mailto:jekst...@phylos.com] > Sent: Friday, September 13, 2002 9:41 AM > To: 'pymol-users@lists.sourceforge.net' > Subject: [PyMOL] PyMOL movi

RE: [PyMOL] PyMOL movie question

2002-09-13 Thread DeLano, Warren
, September 13, 2002 9:41 AM > To: 'pymol-users@lists.sourceforge.net' > Subject: [PyMOL] PyMOL movie question > > > Hello, > I'm a new PyMOL user, and am trying to make my first > molecular movie. > > I've inserted the following into my script:

[PyMOL] PyMOL movie question

2002-09-13 Thread Jennifer Ekstrom
Hello, I'm a new PyMOL user, and am trying to make my first molecular movie. I've inserted the following into my script: mset 1 x120 util.mroll(1,120,1) set ray_trace_frames=1 set cache_frames=0 mclear mpng mov and