programmable filter : returning 0/1

Hi,

https://gitlab.kitware.com/paraview/paraview/issues/17591

Is it still on track for 5.6?

To increase performance in our huge pipeline, we are thinking of converting some part of our pipeline into Python programmable scripts. This error handling process would help us avoid crashes.

Thanks

It’s not on the roadmap for near future (unless priorities change). The Programmable Filter approach is on path to being deprecated in future. The newer PythonAlgorithm based approach is better suited for non trivial use-cases. I’d suggest taking a look at this and an example here.