Multiple View Filters

I was able to do a script that filters all solids that have comment “Green” and set their color to green.
I have a similar script which sets the color to blue on some items

My issue is that if I run the “green” script, it removes the blue filter and vice versa. How can I make it “append” the filter to the view and not delete the current filter.

It is an Element binding thing.
Use the Dynamo Player or restart the graph after each run.

1 Like

Hi @tmccar ,

With this script you are applying a View filter override. This probably removes all the already existing View filter override in the current view.

Are there any nodes which do not override the view filter but simply add another filter?

PS: @bvs1982 , this probably has nothing to do with Dynamo graph binding

1 Like

@Daan

You’re right. I missed that OP is using a filter. I thought OP just tried to override. :nerd_face: :face_with_hand_over_mouth:

Is it possible to append or edit an existing filter?