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