Hello! When I open some model and create a filter on it (Clip, for example), the modified state on Clip proxy in pqFiltersMenuReaction is UNINITIALIZED. However, when I do the same in Python,
Yes, UNINITIALIZED is before hitting the Apply button. The auto-apply button is off, the request data method of the filter is not being called neither in paraview, nor in the python shell. I noticed that UNMODIFIED status is the default value in pqProxy constructor and the UNINITIALIZED status in Paraview is being set by pqObjectBuilder::create_filter, however it doesn’t seem to get called via Python shell