<div dir="ltr">Are you using "vtkpython" of "pvpython/pvbatch" ?<div><br></div><div>If you use pvbatch, that should work out of the box with <span style="color:rgb(0,0,0);font-family:Roboto,sans-serif;font-size:14px">PV_ALLOW_BATCH_INTERACTION=1.</span></div><div><span style="color:rgb(0,0,0);font-family:Roboto,sans-serif;font-size:14px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:Roboto,sans-serif;font-size:14px">If you use python/vtkpython, you should create the correct vtkRenderWindow class that is offscreen.</span></div><div><span style="color:rgb(0,0,0);font-family:Roboto,sans-serif;font-size:14px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:Roboto,sans-serif;font-size:14px">Hope this helps,</span></div><div><span style="color:rgb(0,0,0);font-family:Roboto,sans-serif;font-size:14px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:Roboto,sans-serif;font-size:14px">Seb</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 30, 2017 at 3:45 PM, Dan Lipsa <span dir="ltr"><<a href="mailto:dan.lipsa@kitware.com" target="_blank">dan.lipsa@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<div>I am trying to run </div><div><a href="https://kitware.github.io/paraviewweb/examples/RemoteRenderer.html" target="_blank">https://kitware.github.io/<wbr>paraviewweb/examples/<wbr>RemoteRenderer.html</a><br></div><div><br></div><div>With VTK as a server. I would like that no window is opened on the server.</div><div><br></div><div>I tried setting </div><div>renderWindow.<wbr>OffScreenRenderingOn()<br></div><div>in vtk_web_cone.py</div><div>however this does not work. A window (black) will still be created by the renderWindowInteractor, even if the rendering will happen offscreen.</div><div><br></div><div>It seems that the interactor is used to send events back to the client, but maybe it also believes that it has to forward events from the window.</div><div><br></div><div>Do you have any suggestions for making this work?</div><div><br></div><div>Thanks,</div><div>Dan</div><div><br></div></div>
<br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtk-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtk-developers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtk-<wbr>developers</a><br>
<br>
<br></blockquote></div><br></div>