<p>This sounds like the mesa issue I was having. Does it work if you add this to the start pdf your script?</p>
<p># turn off display lists <br>
g = servermanager.misc.GlobalMapperProperties() <br>
g.GlobalImmediateModeRendering = 1 <br></p>
<p>Regards,<br>
Paul<br>
</p>
<div class="gmail_quote">On 24 Jan 2012 19:07, &quot;Houskamp, Joshua R CTR (US)&quot; &lt;<a href="mailto:joshua.r.houskamp.ctr@mail.mil">joshua.r.houskamp.ctr@mail.mil</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div>
<div style="direction:ltr;font-size:10pt;font-family:Tahoma">I am attempting to setup a pvbatch process for a large number of exodus files using WriteAnimation for images. However, I appear to have a memory leak and the number of images continues
 to grow. I&#39;ve been trying to delete all the variables to find an offending variable that is carrying over time steps from the previous loop, however with 15-20 operations it is tedious and I still seem to be missing the offending variable.
<br>
<br>
Is there a &quot;Delete All&quot; type of functionality in pvbatch? Or some other fashion for a bulk reset on variables?<br>
<br>
The meta-code <br>
All inside a python loop for mulitple exodus files:<br>
Open File<br>
--Do a bunch of clips<br>
--Transform<br>
--Reflect<br>
--Do a calulation<br>
--Color Clips<br>
--Label Image<br>
--WriteAnimation()<br>
<br>
Thanks,<br>
Josh Houskamp
<div><br>
<div style="font-family:Tahoma;font-size:13px"><span style="font-family:Tahoma"><span style="font-weight:bold;font-style:italic">Joshua R. Houskamp, PhD<br>
</span><span style="color:rgb(128,128,128)">Research Scientist</span><span style="font-weight:bold;font-style:italic;color:rgb(128,128,128)"><br style="font-style:italic">
</span><font style="color:rgb(128,128,128)" size="2"><span style="font-style:italic">Bowhead Science and Technology</span><br>
<span style="font-style:italic"></span></font></span><span style="font-family:Tahoma"><font><span style="font-style:italic"><span style="color:rgb(128,128,128)"></span><br>
<br>
</span></font></span></div>
</div>
</div>
</div>

<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>