So I’ve just read there isn’t a break for the python node in dynamo…
Are there any plans to add one? It’d be pretty useful 
So I’ve just read there isn’t a break for the python node in dynamo…
Are there any plans to add one? It’d be pretty useful 
How do you mean this? Using the Python node allows you to use IronPython, and break is essential to Python, as well as continue or `pass. It should all work properly in your Python Node, if it doesn’t, there is probably something wrong with your code.

No, I mean when you mess your loop up and get stuck. 
Aaaaah my bad!
Yes that would be very useful 