But I can’t find an example on how to do it in my case.
For example, in the Clone1 folder I have the file ParaViewFilters.xml, how do I add my custom filters matrix-filters.py and markers-filter.py to that file?
But I have filters in python, so I look at another example.
In the ParaView source code folder Examples/Plugins there is PythonAlgorithm/PythonAlgorithmExamples.py
Then, in /Desktop/pv/pv-build/install/lib/paraview-5.7/plugins/
I created a folder and add the filter: MarkersFilters/markers-filter.py.
In the end I end up creating a plugins folder in /path/Clone1/build/bin/paraview_clone1.app/Contents/MacOS and pasting the filters markers-filter.py and matrix-filters.py there.