Jason, Thomas, Thank you, I have completely forgotten about the scenes. I have tried "mset 1 -100" and that works as well.
Vitaly On Wed, May 16, 2012 at 3:02 AM, Thomas Holder <spel...@users.sourceforge.net> wrote: > Hi Vitaly, > > indeed, scenes are a very elegant solution for making movies. > > Regarding your almost working code snipplet, just replace "mset 1x100" with > "mset 1-100". > > ============== > mset 1-100 > > > frame 1 > set_view(XXX) > mview store > > frame 100 > set_view(YYY) > mview store > ============== > > Cheers, > Thomas > > > On 05/16/2012 09:54 AM, Jason Vertrees wrote: >> >> Hi Vitaly, >> >> You need to use "scenes": >> >> # define a scene >> >> scene 001, store >> >> >> # store a scene on the timeline >> >> mview store, scene=001 >> >> >> Add various scenes at various frames and PyMOL will interpolate >> movement and representations for you. >> >> Cheers, >> >> -- Jason >> >> >> On Wed, May 16, 2012 at 7:41 AM, V.V.<vvos...@gmail.com> wrote: >>> >>> Hello, >>> >>> Is there a way in Pymol to combine the trajectory with the camera >>> movement? I load the trajectory, which is a pdb file where each >>> conformation is represented as a model entry, and call pml script with >>> the view adjustment commands. If I call the following snippet, the >>> view is set to "YYY" throughout the playback, and if I precede the >>> code with "mset 1x100", then only the first state from the trajectory >>> is taken. >>> >>> ============== >>> frame 1 >>> set_view(XXX) >>> mview store >>> >>> frame 100 >>> set_view(YYY) >>> mview store >>> ============== >>> >>> I can probably use "mdo load" and "mdo delete" for loading the >>> individual states along the trajectory, but maybe there is a more >>> elegant solution? >>> >>> Thank you, >>> Vitaly > > > -- > Thomas Holder > MPI for Developmental Biology > Spemannstr. 35 > D-72076 Tübingen ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net) Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net