Hi,<br><br>I tried to write  png file (view.WriteImage(&quot;image.png&quot;, &quot;vtkPNGWriter&quot;,1) ), and I got following error<br><br>Warning: In /home/yildirim/projects/ParaView3/Servers/ServerManager/vtkSMRenderViewProxy.cxx, line 1110<br>
vtkSMIceTDesktopRenderViewProxy (0x2630390): Disabling offscreen rendering since empty image was detected.<br><br>and image is blank too (visualized with gimp)<br><br>Thanks,<br><br><div class="gmail_quote">On Wed, Apr 8, 2009 at 10:17 PM, Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Is the render window popping up behind some other window?<br>
Try capturing an image using:<br>
view.WriteImage(&quot;C:/temp/image.png&quot;, &quot;vtkPNGWriter&quot;, 1)<br>
Is that blank too?<br>
<br>
Utkarsh<br>
<div><div></div><div class="h5"><br>
On Wed, Apr 8, 2009 at 3:29 PM, Battalgazi YILDIRIM<br>
&lt;<a href="mailto:yildirimga@gmail.com">yildirimga@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I have been reading Paraview Scripting with Python document.<br>
&gt; I have installed  paraview from ubuntu repository. Everything was<br>
&gt; working ok for following script (I could see a cone on the pop-up window as<br>
&gt; in<br>
&gt; Paraview Scripting with Python manual).<br>
&gt;<br>
&gt; I decided to download the source code and build it from scratch. It was ok<br>
&gt; Paraview was working correctly, but now this script works but I got<br>
&gt; blank pop-up windows and don&#39;t see the cone any more.<br>
&gt;<br>
&gt;<br>
&gt; do yo have any idea what might have been gone wrong?<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt;<br>
&gt; from paraview import servermanager<br>
&gt; import time<br>
&gt; import os<br>
&gt;<br>
&gt; connection=servermanager.Connect(&#39;localhost&#39;)<br>
&gt; coneSource = servermanager.sources.ConeSource()<br>
&gt; coneSource.Resolution = 32<br>
&gt; coneSource.Center[0:3]=[1,2,3]<br>
&gt;<br>
&gt; shrinkFilter = servermanager.filters.ShrinkFilter(Input=coneSource)<br>
&gt;<br>
&gt; shrinkFilter.UpdatePipeline()<br>
&gt; shrinkFilter.UpdatePipelineInformation()<br>
&gt;<br>
&gt; view = servermanager.CreateRenderView()<br>
&gt; rep = servermanager.CreateRepresentation(shrinkFilter, view)<br>
&gt; view.StillRender()<br>
&gt; view.ResetCamera()<br>
&gt; view.StillRender()<br>
&gt; time.sleep(4)<br>
&gt; --<br>
&gt; B. Gazi YILDIRIM<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br><br clear="all"><br>-- <br>B. Gazi YILDIRIM<br>