[Paraview] Remote rendering with pvpython + grab remote image data

Kolja Petersen petersenkolja at gmail.com
Tue Oct 24 12:40:28 EDT 2017


Thank you, Utkarsh, with view.RemoteRenderThreshold = 0, rendering is now
done in the right place.
Kolja


On Mon, Oct 23, 2017 at 7:47 PM, Utkarsh Ayachit <
utkarsh.ayachit at kitware.com> wrote:

> Koija,
>
> > 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).
>
> By default, ParaView will do remote rendering, if possible when the
> geometry size exceeds ~20MBs. You can change it as following to force
> remote rendering for all data.
>
> ...
> simple.Show(simple.Cone())
> view  = simple.GetActiveView()
> view.RemoteRenderThreshold = 0
>
> Utkarsh
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20171024/7cc18879/attachment.html>


More information about the ParaView mailing list