Hi,
The sample script provides a way to solo a node.
But how do I exactly unsolo it?
Or is it just possible to iterate through all the nodes. And just manually brute force it myself.
Something like this. And just call it a day.
for node in node_list:
node.solo = False
Regards,
Ben