Seems like a simple enough thought, but can’t seem to find a node that does it - is there a node that will override the graphics in view for a selected, rather than the active view?
I wouldn’t mind being able to select a perspective view and overriding in that, which dynamo isn’t available in. (I imagine it’s a bit like vray for revit has to work)
Using the nodes from Think Parametric / Archi-lab package you could override elements by Category instead of having to create a View Filter. There is a limited number of filters that can be added to views and I usually reserve those for more complicated things than just making sure that all my walls have a “Fill Color”.
If you prefer to manage View Overrides with View Templates you can do that as well just by overriding a Category in a View Template like so (again using the nodes from Think Parametric + Archi-lab):
Is it also possible to acces the “OverrideGraphicSettings.SetProjectionLineColor” in Python? I can find OverrideColorInView in Python but can’t find it anywhere to change the projection line color.