RE: [PyMOL] Zoom in a movie

2004-02-05 Thread Warren DeLano
pymol-users-ad...@lists.sourceforge.net] On Behalf Of > Jose Avalos > Sent: Thursday, February 05, 2004 8:56 AM > To: Warren DeLano > Cc: 'Nat Echols'; 'Matt Franklin'; pymol-users@lists.sourceforge.net > Subject: RE: [PyMOL] Zoom in a movie > > Sorry for th

RE: [PyMOL] Zoom in a movie

2004-02-05 Thread Jose Avalos
Sorry for the basic question, but I can't get the mdo command to work for my movie. If I use the example in the reference page: load test.pdb mset 1 mdo 1, turn x,5; turn y,5; mplay I get the following error: Error: invalid arguments for mdo command. I don't know what I am missin

RE: [PyMOL] Zoom in a movie

2004-02-04 Thread Warren DeLano
> From: pymol-users-ad...@lists.sourceforge.net > [mailto:pymol-users-ad...@lists.sourceforge.net] On Behalf Of > Nat Echols > Sent: Wednesday, February 04, 2004 2:21 PM > To: Matt Franklin > Cc: Jose Avalos; pymol-users@lists.sourceforge.net > Subject: Re: [PyMOL] Zoom in a movie > &g

Re: [PyMOL] Zoom in a movie

2004-02-04 Thread Jason Thomas Maynes
Hello: This can indeed by done using the mdo command: mdo 1: move z, 5;move x, 1.9;move y, 1.3 You can work accel or decel in using a loop in a python script or even a perl script that spits out the mdo commands. Alternativly if you want to move only a single chain or object instead of the whole

Re: [PyMOL] Zoom in a movie

2004-02-04 Thread Nat Echols
Hmmm, I've been wanting to do the exact same thing, and I'd reached the conclusion that the only way to do it would be to write a Python script. I'd be happy to share it when (if) it gets written (perhaps this week, since I'm stuck without real work for now). Ideally, it'd be nice to have even mor

Re: [PyMOL] Zoom in a movie

2004-02-04 Thread Matt Franklin
Jose Avalos wrote: Dear all, Is it possible to do a movie in which you start looking at the entire enzyme and then you zoom into the active site and finally alternate between different states? If so, can somebody please point me in the right direction? Thank you very much Jose Avalos It cer

[PyMOL] Zoom in a movie

2004-02-04 Thread Jose Avalos
Dear all, Is it possible to do a movie in which you start looking at the entire enzyme and then you zoom into the active site and finally alternate between different states? If so, can somebody please point me in the right direction? Thank you very much Jose Avalos