<div dir="ltr">Hi,<br><br>I would like to make some custom python plugins for ParaView.<br><br>I've made one based on a PythonProgrammableFilter with the help of the Python Filter Generator Script <br>(<a href="https://gitlab.kitware.com/paraview/paraview/snippets/5">https://gitlab.kitware.com/paraview/paraview/snippets/5</a>).<br><br>It's working pretty well, but it seems that the PythonProgrammableFilter is limited to algorithm with only one input port.<br>I need to make another plugin which needs two well separated inputs ports.<br><br>I've seen that one could use vtkPythonAlgorithm to define a plugin with input ports <br>(<a href="https://blog.kitware.com/vtkpythonalgorithm-is-great/">https://blog.kitware.com/vtkpythonalgorithm-is-great/</a>).<br><br>Unfortunately, I've been unable to find any documentation to define a plugin with the XML syntax based on that vtkPythonAlgorithm.<br><br>Could you give some hints ?<br><br><br>Best regards,<br><br>-- <br>Loïc<br><br></div>