Hi, I was trying to find a way to order my workflow on nodes, code blocks & python scripts:
- Create color overrides in current {3D} view →
- Duplicate default {3D} view →
- Lock duplicated view →
- Add Tags to the duplicated view
somehow the result was always different and unreliable,
the tags in final step were created successfully,
but most of the time the color overrides only works on the original {3D} view,
why Dynamo allows me to duplicate view & add tags to it but fails to duplicate the color overrides in first step?
I’ve searched and tried Passthrough nodes from Clockwork,
sometimes it works (with additional 3 or 4 duplicated views though…,)
but sometimes it just breaks my application (might be some kind of programming loop in dynamo)
anyone has a feasible way to control the operations order?
Thanks in advance
