I found this Graph (https://www.modelical.com/en/node/color-by-parameter/) which is really useful for my project, except for one thing… I want the colors to change in ALL (even better would be selected) Views.
Can the Python code in the Modelical be changed in such way the color will be overriden in ALL (or or even better selected) Views? I know Dynamo, but i can’t write Python.
Learning Python is on my to-do list. I am learning Dynamo on the job / during projects and i am getting better at it (made some really nice .dyn). But also learning Python at the same time is a bit much at the moment.
There are a bunch of posts on here about modifying python to work on a list. It’s worth looking into for sure. Depending on how complex the original code is, adding another loop is generally pretty straight forward.
That being said. I’m not familiar with this node and I can see enough in your image to know how it works. Are you providing a single view or does it automatically use the active view? If you can provide a view you can easily wrap this node in another custom node and feed it a list of views to iterate over. If the code automatically uses the active view you can still change it to an input and do the same thing.
Depends
If the parameter in the link is a shared parameter
You can add the shared parameter to the host file, as a shared project parameter set to the appropriate category
Then use the override