<div dir="ltr">Thanks, Tom!<div><br></div><div>Now, I understand why wait and crossfade work the way they do as well. I'll take a deeper dive into the docs and try and find it.<div><br></div><div>Best,</div><div>-da</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 20, 2016 at 1:59 PM, Tom Goddard <span dir="ltr"><<a href="mailto:goddard@sonic.net" target="_blank">goddard@sonic.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi Daniel,<div><br></div><div> Yes there is a frame drawn between each command that is on a separate line in the Chimera command file. So the crossfade you want should use commands</div><span class=""><div><br></div><div>disp #2</div><div>movie crossfade 25</div><div>~disp #2 ; disp #3</div><div><br></div></span><div>where the display of model #3 is done on the same line, separated by a colon, after the crossfade command. You can put as many commands on a line as you want separated by semicolons. These behaviors are documented although there is so much Chimera documentation it may be hard to find.</div><div><br></div><div><span class="m_6800803949610035742Apple-tab-span" style="white-space:pre-wrap"> </span>Tom</div><div><br><div><blockquote type="cite"><div><div class="h5"><div>On Dec 20, 2016, at 1:52 PM, Daniel Asarnow <<a href="mailto:dasarnow@gmail.com" target="_blank">dasarnow@gmail.com</a>> wrote:</div><br class="m_6800803949610035742Apple-interchange-newline"></div></div><div><div><div class="h5"><div dir="ltr"><div>Hello Chimera experts,</div><div>Here is another movie making question. I noticed that disp and ~disp trigger frames to be recorded, without a call to wait.</div><div><br></div><div>For example:</div><div><br></div><div><font face="monospace, monospace">disp #2</font></div><div><font face="monospace, monospace">movie crossfade 25</font></div><div><font face="monospace, monospace">~disp #2</font></div><div><font face="monospace, monospace">disp #3</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="arial, helvetica, sans-serif">This would produce a movie that crossfades from model #2 to blank, with #3 suddenly appearing.</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><span style="font-family:arial,helvetica,sans-serif">To get crossfades between two ligands, I had to use:</span><br></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">disp #2 </font></div><div><font face="monospace, monospace">movie crossfade 25</font></div><div><font face="monospace, monospace">perframe "~disp #2" frames 1</font></div><div><font face="monospace, monospace">disp #3</font></div><div><font face="monospace, monospace">movie crossfade 25</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">Based on the documentation I wasn't sure if this was intended behavior or a bug. Did I miss a more elegant way to crossfade between two models?</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">Thanks,</font></div><div><font face="arial, helvetica, sans-serif">-da</font></div></div></div></div>
______________________________<wbr>_________________<br>Chimera-users mailing list: <a href="mailto:Chimera-users@cgl.ucsf.edu" target="_blank">Chimera-users@cgl.ucsf.edu</a><br>Manage subscription: <a href="http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users" target="_blank">http://plato.cgl.ucsf.edu/<wbr>mailman/listinfo/chimera-users</a><br></div></blockquote></div><br></div></div></blockquote></div><br></div>