Hi Celia,<div><br></div><div>I&#39;m not sure to follow what you mean by &quot;<span style="font-family:arial,sans-serif;font-size:13px">it freezes&quot; and &quot;</span><span style="font-family:arial,sans-serif;font-size:13px">new layout window&quot;.</span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">When you render something from Python, the window is not interactive, so maybe that&#39;s what you call freeze. And you need to manually call Render() to update its content.</span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px">Regarding the layout window, I don&#39;t really have a clue what that could be.</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br>
</span></div><div><span style="font-family:arial,sans-serif;font-size:13px">So I let you explain a bit more.</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">Thanks,</span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">Seb</span></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 16, 2012 at 1:21 PM, Celia Bremer <span dir="ltr">&lt;<a href="mailto:fuwsle@hotmail.com" target="_blank">fuwsle@hotmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Thank you. That worked but I still have problems: as soon as the OpenGL window opens to render, it freezes, even if all the objects are hidden. I think I&#39;ll have to do it from the Python shell from PV instead. I have just one more question.<br>

<br>
When I load a state using LoadState(), that automatically opens a new layout window. If I open the same state file from the GUI, no new window is opened, so I don&#39;t think it&#39;s a property stored in the state file. If I&#39;m going to loop through 60 state files, I imagine all these windows would become a problem. How do I either close the window, or prevent it from opening in the first place?<br>

<br>
Celia<br>
<br>
----------------------------------------<br>
&gt; From: <a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a><br>
&gt; Date: Fri, 16 Nov 2012 10:52:45 -0500<br>
<div class="im">&gt; Subject: Re: [Paraview] help with a simple script?<br>
</div>&gt; To: <a href="mailto:fuwsle@hotmail.com">fuwsle@hotmail.com</a><br>
&gt; CC: <a href="mailto:sebastien.jourdain@kitware.com">sebastien.jourdain@kitware.com</a>; <a href="mailto:paraview@paraview.org">paraview@paraview.org</a><br>
<div class="HOEnZb"><div class="h5">&gt;<br>
&gt;&gt; from paraview import servermanager<br>
&gt;&gt; from paraview.simple import *<br>
&gt;&gt; servermanager.LoadState(&quot;test.pvsm&quot;)<br>
&gt;<br>
&gt; SetActiveView(GetRenderView()) #you are missing this<br>
&gt;<br>
&gt;&gt; view = GetActiveView()<br>
&gt;&gt; view.ViewTime<br>
&gt;&gt;                                        </div></div></blockquote></div><br></div>