Hi All,
I have 2 questions about using Dynamo:
- I want to know if there is a way to Freeze/UnFreeze or Preview/UnPreview multiple selected nodes?
- In the Python Node, is there a way to comment multiple lines selected?
Thanks in advance.
Hi All,
I have 2 questions about using Dynamo:
Thanks in advance.
You can control the visibility of multiple nodes by selecting them and right-clicking on the canvas:
You can’t freeze multiple nodes but usually you don’t have to, because you only have to freeze a parent node and then all of the children nodes down the graph will follow suit. If you’d like to see this functionality, I suggest you post a wish on Dynamo’s GItHub page.
for editing multiple lines in the python console check this:
Thanks a lot @Dimitar_Venkov! Very helpful.