[Paraview] Python Programmable Filter Time Series Source

2017-12-02 Thread Bane Sullivan
Here is an example of a programmable filter vis XML that I want to simply print off the various file names or give me and ability to read the file series. I have this python programmable filter set up to work when I click File->Open in ParaView. I have the ability to then chose file series from

[Paraview] Python in the VR Build

2017-12-02 Thread Bane Sullivan
Is it possible to release a Python compatible version of the VR build of ParaView? I am working on a project where I am dynamically linking geophysical processing code to ParaView for near-real time visualizations. Having Python included in the VR build would be a huge benefit! This would also

[Paraview] Finding Data Range Over All Timesteps Python

2018-02-08 Thread Bane Sullivan
I’m curious if there is a way to calculate the range of a data array over all time steps much like the “Rescale to data range over all time steps.” I want to calculate this data range in a Python Programmable Filter in the RequestInformation() script so that at the start, I have the total range

[Paraview] Negative ViewUp in VR

2018-02-07 Thread Bane Sullivan
I’m curious if there is a simple way to change the ViewUp property of the camera for VR to be (0,0,-1) instead of the default (0,0,1). I use ParaView for geophysical and other geoscientific visualizations where it is common to define positive Z as down rather than up. Being able to switch the