I'm creating “add” nodes with python script and setting their parameters. I need to enable the “By Group” radio button but unfortunatly I cant find how.
I'm trying:
node.parm(“switcher3_1”).set(1)
“switcher3_1” is the name of the radio button shown in the parameter interface.
Anyone knows how I can access it correctly?
Thx
