If you&#39;re using the python trace (under Tools-&gt;Start Trace/Stop Trace) you can create a python script that should mimic what you&#39;re doing in the GUI. After you stop the trace you have the option of saving it as a macro which will then allow you to click on a widget in the GUI to replay those actions. <br>
<br>You could also create a state file (File-&gt;Save State) which may also accomplish what you&#39;re looking for. <br><br>If either of those don&#39;t work as expected and/or desired, I would recommend emailing back the list with specific problems.<br>
<br>Andy<br><br><div class="gmail_quote">On Sun, Oct 21, 2012 at 12:49 PM, Adrien Guillon <span dir="ltr">&lt;<a href="mailto:aj.guillon@gmail.com" target="_blank">aj.guillon@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi everyone,<br><br>We have simulation results that we frequently visualize in the same way.  We construct a specific pipeline, visualize some parts as wireframe, set a color scheme, and so on.  Unfortunately, this is done manually at the moment, which means that just opening simulation results can take a few minutes of clicking around.  I&#39;m looking to script this.<br>

<br>Is there a way to script the UI so that it opens a number of given files, and adjusts features automatically?  My investigations into Python scripting with Paraview suggest that it cannot directly control the UI, instead it does analysis using Paraview.<br>

<br>Any suggestions on how to accomplish some automation?<br><br>AJ<br>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br>