<div dir="ltr">Hi there,<br>is it possible to let pvpython render images remotely on a pvserver instead of locally inside the client?<br><br>If I start a pvserver on a headless machine and run the following script in a pvpython client, a window pops up on the client and shows the cone:<br><br>from paraview import simple<br>simple.Connect("<pvserver host>")<br>simple.Show(simple.Cone())<br>simple.Render()<br><br>Because the server is headless, rendering is obviously done on the client. What needs to be changed to let the remote pvserver do the rendering? Of course the pvserver will then run an X server and also include a GPU.<br><br>Reason is that I want to be able to grab a batch of screenshots of huge 3D scenes in the pvpython client, although the client has only weak (or even none at all) 3D capabilities.<br>Can I use the paraview.simple module to grab an image output or a pixel array of the remotely rendered frame?<br><br>Thank you<br>Kolja</div>