<div dir="ltr"><div>Thank you, Utkarsh, with view.RemoteRenderThreshold = 0, rendering is now done in the right place.</div><div>Kolja</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 23, 2017 at 7:47 PM, Utkarsh Ayachit <span dir="ltr"><<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Koija,<br>
<span class="gmail-"><br>
> But I have still no clue how to make the pvserver render the scene remotely and only transfer the rendered image to the pvpython client instead of all 3D datasets (which will be huge).<br>
<br>
</span>By default, ParaView will do remote rendering, if possible when the<br>
geometry size exceeds ~20MBs. You can change it as following to force<br>
remote rendering for all data.<br>
<br>
...<br>
simple.Show(simple.Cone())<br>
view  = simple.GetActiveView()<br>
view.RemoteRenderThreshold = 0<br>
<span class="gmail-HOEnZb"><font color="#888888"><br>
Utkarsh<br>
</font></span></blockquote></div><br></div></div>