Dear Pymol community, I am trying since hours to turn off the interpolation for a few scenes in my script.

However I am just able to turn off interpolation totally by using "mview uninterpolate" at the end of the script.

Writing "scene 001, animate=0" seems to be obsolete.

Also using mview .... , cut=1.0 and other keywords from mview which should stop or change interpolation are not working. https://pymolwiki.org/index.php/Mview

This would be a testing script:

reinitialize
load $TUT/1hpv.pdb
util.cbc
turn x,180
orient
as cartoon
scene 001, store

show sticks, organic
orient organic
scene 002, store

hide cartoon
show lines, byres organic expand 5
turn x,45
turn y,45
scene 003, store

# 2) Specify a 30-second movie -- state 1, 900 frames at 30 frames per second.

mset 1 x900

mview store, 1, scene=001
mview store, 240, scene=001


turn y,-30
mview store, 70, cut=1.0
turn y,60
mview store, 170, cut=1.0


mview store, 300, scene=002
mview store, 540, scene=002

turn y,-30
mview store, 370
turn y,60
mview store, 470


mview store, 600, scene=003
mview store, 840, scene=003

turn y,-30
mview store, 670
turn y,60
mview store, 770


Many thanks in advance for any tips, br Georg.


_______________________________________________
PyMOL-users mailing list
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
Unsubscribe: 
https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe

Reply via email to