Hi, I have a Macro and I want an Icon to be shown instead of a long name on a toolbar.
For Paraview 5.11.1: I have Plugin written in python using vtkPythonAlgorithmBase and I am applying it over NetCDF dataset. Then, I am applying Macro. It works perfectly. Only thing is I want an Icon to be shown instead of long text.
So, I downloaded 5.13.3 because it has support to show icon by copying a PNG file with same name as macro’s name. I loaded my plugin first and when I applied it from filters menu, it crashed Paraview.
No, I am not using this as a macro. I am loading it through Manage Plugins and applying it over my dataset. It works in Paraview 5.11.1 and crashes immediately in Paraview 5.13.3 regardless whether I have macro loaded or not.