I have a script that I used to use to copy filters & their overrides from one view to another (ignoring a Filter if it already existed in the target View). My problem is that the Grimshaw node View.SetFilterVisibility is now deprecated so won’t work. Does anyone know how I can fix the graph to include if the original Filter is Visible or not?
That was the node that I have attempted to use in the graph. It doesn’t present any errors but it fails to change the visibility of the Filters like the old deprecated node did.
I am trying to achieve an improved version of the script posted by @john_pierson, what I mean is that I would like to be able to insert the copied filter/s above/under a certain index which is given by a Reference Filter I name.
In the actual situation, the copied filters are placed at the bottom of the list. I hope I was clear enough for you guys to understand what I am trying to achieve.
You will see that the API has no direct way of doing this, so you will need to work out how to remove all the filters and re-add them in the order you want.