Daniel,
I'm doing the same thing you are in my research. I load a dataset in
Ensight format, add calculation filters, slice and export images.
You can integrate ParaView into regular python scripts by changing the
interpreter to pvpython. For me, this means replacing:
#!/usr/local/bin/python
Hi all
Is there a way to run paraview in batch mode. I want to save images
automatically.
What I am doing is pretty simple, use paraview to view an flow field and
then pan it and zoom into a certain region and then save the screenshot.
That's it. I dont want to repeat this operation all the time.