pyXam
March 14, 2024, 1:25am
2
Perhaps this is what you are looking for, where your logical comparison happens in the Python Block show to run / freeze the subsequent designscript branches.
I was recently inspired by @john_pierson ’s clever counter hack to dig a little more into the available Dynamo API. It only took me a few minutes of considering the information available in the workspace before I questioned whether or not I’d be able to manipulate individual graph branches via freezing and unfreezing specific nodes.
Turns out… it IS possible!
All you need is a condition (or conditions) to determine which branch(es) to run and a named node at the head of each branch to control f…