
Hello! Please see the "view" help. <https://rbvi.ucsf.edu/chimerax/docs/user/commands/view.html#name> As explained in the "Named Views and Transitions" section linked above: You would need to create the view names ahead of time (normally you'd save a session with all of these views and their names so that your movie script does not need to re-make them), then you can use the "frames" option to gradually move between them. e.g. view :1 clip false; zoom 0.6 view name one view :2 clip false; zoom 0.6 view name two view :3 clip false; zoom 0.6 view name three [... etc to create all the named views... then you could save a session if you don't want to create the same views over and over to remake your movie. In this session you can then use your movie script to go to these named views in a specified number of frames...] view one view two 60 view three 60 I hope this helps, Elaine ----- Elaine C. Meng, Ph.D. UCSF Chimera(X) team Resource for Biocomputing, Visualization, and Informatics Department of Pharmaceutical Chemistry University of California, San Francisco
On Jul 15, 2025, at 2:40 PM, Enrico Desperados via ChimeraX-users <chimerax-users@cgl.ucsf.edu> wrote:
Dear ChimeraX users!
I would like to create an artistic movie for an X-ray structure making an impression that I am running on the protein cartoon like on the serpentine road.
I have tried the following trivial algorithm:
view :1 clip false; zoom 0.6; wait 30 view :2 clip false; zoom 0.6; wait 30 view :3 clip false; zoom 0.6; wait 30 view :4 clip false; zoom 0.6; wait 30 ... view :200 clip false; zoom 0.6; wait 30
However, It just moved the camera focusing on each residue, without giving the impression of movement along the protein chain. Do we have a special orient option that could introduce such smooth movements ?
Many thanks in advance!
Enrico