Re: [PyMOL] subsequent animated zooms

2011-02-15 Thread Thomas Holder
Hi Roberto, you can make a movie for subsequent zooms, like this: zoom all mset 1x100 frame 50 zoom chain A mview store frame 100 zoom chain B mview store mplay There might be other ways to achieve this, though. Cheers, Thomas -- Thomas Holder MPI for Developmental Biology Spemannstr. 35

[PyMOL] subsequent animated zooms

2011-02-14 Thread rv...@libero.it
Hello everyone, when I execute by script: cmd.zoom('sele1', animate=1) cmd.zoom('sele2', animate=1) only last animated zoom is performed. (at least so looks) Could anyone please tell me if there is a way to force the second animation to be started only after the first one ended? Thank you R