I’m also looking for a way to color specific elements in specific views. In my case, highlight specific walls (a list of lists) in specific views (a list).
So far I’m left with two options:
a) create a filter for each view based in parameters of the walls. I’m trying to avoid this, because I don’t want to fill my project with 100+ different filters
b) figure out how to change a node that uses ‘active view’ to accept a list of views.
@Nick_Boyts, is there a way to access the script from built in nodes as OverrideInView?