[Paraview] Supress windows on pv_web_visualizer.py

Yu Yu jtxqhao at gmail.com
Thu Jul 2 23:41:02 EDT 2015


May be can try this, put the following line in simple.py, CreateView
function to suppress the window
view.UseOffscreenRendering = 1

On Thu, Jul 2, 2015 at 11:15 PM, Scott Wittenburg <
scott.wittenburg at kitware.com> wrote:

> As far as I know, the only way to do that would be to rebuild ParaView
> with OSMesa support and stop using your GPU to do the rendering.  This will
> cause things to be rendered slower, but you would no longer see the peer
> window.  If anyone out there knows how to get an OpenGL context to do
> GPU-based rendering that doesn't require an actual window, I hope they will
> chime in.
>
> Cheers,
> Scott
>
> On Wed, Jul 1, 2015 at 10:25 PM, Hermano ... <hermano_lustosa at hotmail.com>
> wrote:
>
>> Hello everyone
>>
>> I am using Paraview Web with the Jetty launcher and the Web Visualizer.
>> Anytime a new page is loaded for a new visualization, also a new window
>> appears on my desktop (I am using ubuntu with KDE installed, and running
>> the web server locally for test purposes). I'd like to know if there is a
>> way to supress theses windows with the visualizations. They are a little
>> bit annoying.
>> To me it's enough to show the visualization on the browser only.
>>
>> I ran pv_web_visualizer.py with --help , but there wasn't any option
>> related to my "issue". So I wonder if there's a way of doing it.
>>
>> Thanks in advance.
>>
>>
>>
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Please keep messages on-topic and check the ParaView Wiki at:
>> http://paraview.org/Wiki/ParaView
>>
>> Search the list archives at: http://markmail.org/search/?q=ParaView
>>
>> Follow this link to subscribe/unsubscribe:
>> http://public.kitware.com/mailman/listinfo/paraview
>>
>>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20150703/28b28ad3/attachment.html>


More information about the ParaView mailing list