Hello, everyone!
I’m trying to automatically generate reports from my ParaView exporter plugin, by creating the scene first manually (from Qt client), and then, from the exporter plugin apply some additional filters, apply Plot Data, save several screenshots, populate external report and return to the initial pipeline state. However, to be able to take a screenshot from XYChartView (Plot Data), I need to add it to ‘multi-view widget’, i.e. to UI’s layout, which doesn’t look so nice visually (of course, I remove it after taking each screenshot). Is it possible to do this off-screen, i.e. without adding XYChartView to the multi-view widget?
Manual creating the scene is a little bit time consuming, so, I wouldn’t like (unless really necessary) to export current scene to the state file, re-load it using ‘pvpython --force-offscreen-rendering’ and perform screenshots exporting …
Thanks,
Nenad.