<div dir="ltr">Hi, <div><br></div><div>I am trying to create a movie that is morphing between 3 atomic models while simultaneously morphing between the 3 corresponding volumes. The following is my script for recording this movie:</div><div><br></div><div><i>set max 25<br>windowsize 1080 1080<br>view frame1<br>movie record supersample 3<br>wait 1<br>volume morph #12,13,14,15 frames 181 playStep 0.005524861878453038 constantVolume true modelId #16<br>perframe "surface dust #16 size 40" frames 181<br>coordset #10 1,181<br>wait 181<br>movie stop<br>movie encode test_full.mp4 quality high</i><br></div><div><br></div><div>There are 4 maps in my morph, but the fourth map is simply a copy of the first in order to mimic the <i>wrap true</i> option of the atomic model morph. I am encountering the following issue during the volume morph step: somewhere in between the morph between volume #14 and #15, the map disappears for a fraction of a second in the movie. I suspect its because of a calculation/waiting issue, because if I record the movie using filtered versions of the volumes (<i>volume guassian sDev 2</i>), I don't have the same issue.</div><div><br></div><div>Am I correct in my interpretation of the issue? Is there a way to modify my recording script to avoid this?</div><div><br></div><div>Thanks, </div><div><br></div><div>Yazan</div></div>