<div dir="ltr">Hi Nicolas,<div><br></div><div>You can create a programmable filter that will alter the scalars based on a "fake" time.</div><div>I've attached an example on how to create a time based filter.</div><div><br></div><div>Good luck,</div><div><br></div><div>Seb</div><div><br></div><div>PS: I'm not sure, the latest ParaView allow programable filter to be time aware. If not, I've also attached an XML (plugin) that you can load and use for that filter.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 3, 2017 at 1:47 AM, Nicolas Cedilnik <span dir="ltr"><<a href="mailto:nicolas.cedilnik@inria.fr" target="_blank">nicolas.cedilnik@inria.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I'm replying to my own email because I worked out a solution and wanted to share but also because I believe what I'm doing is FAR from optimal and hope that someone<span class=""><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Would it be possible with python scripting to create an animation by "rotating" the look up table in a way that would look like this: <a href="https://www.youtube.com/watch?v=qA_vInXwdKM#t=3m25s" rel="noreferrer" target="_blank">https://www.youtube.com/watch?<wbr>v=qA_vInXwdKM#t=3m25s</a> ? It is a pseudo-animation created by changing the "range" of the LUT.<br>
</blockquote></span>
So I made this python script (see attachment) that generates different meshes with scalar values "rotated" (I don't find a better term to describe what I'm doing).<br>
It works and make it easy to play the animation by opening the produced vtk files as a sequence in paraview.<br>
<br>
However, every vtk file contains both the mesh geometry and the scalar values, but only the latter change. What would be the right way to animate only the scalar values and not the mesh geometry? What data format should I use? How could I import it into an animation in paraview?<br>
<br>
Thanks for your guidance<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Nicolas<br>
</font></span><br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/<wbr>ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>