Re: [PyMOL] how rotate a protein in a movie sequence (continued)

2009-03-17 Thread Wladimir Labeikovsky
Hi Warren, is this how the "center/origin" command works in pymol? cheers, wlad On Mar 17, 2009, at 3:09 PM, Warren DeLano wrote: Magnus, Yes, use a Python loop to program the movie: for frame in range(280,321): cmd.mdo(frame, 'turn x,1.5') Incidentally, this is how you could load your fi

Re: [PyMOL] how rotate a protein in a movie sequence (continued)

2009-03-17 Thread Warren DeLano
Magnus, Yes, use a Python loop to program the movie: for frame in range(280,321): cmd.mdo(frame, 'turn x,1.5') Incidentally, this is how you could load your files in as well: for state in range(1,51): cmd.load('morph_%d.pdb'%state,'mov',state) Cheers, Warren > -Original Message- > F

Re: [PyMOL] how rotate a protein in a movie sequence

2009-03-17 Thread Warren DeLano
> cmd.madd ('280 x60') > cmd.mdo('280:', 'turn x,5;', 'turn y,5;') > cmd.mplay Should be: cmd.madd('1 x60') cmd.mdo('280', 'turn x,5;turn y,5;') > -Original Message- > From: Magnus Andersson [mailto:m...@farma.ku.dk] > Sent: Tuesday, March 17, 2009 5:42 AM > To: pymol-users@lists.source