Select?
I’m a bit confused by this. What exactly is the picker button doing? If it’s a “keyAll”, then it should be running a script. If it’s running a script, you shouldn’t be able to “select” the button. It’s more like a button trigger.
If you are talking about selecting the controls, there is no reason for a script to select controls to set a key. You only need to specify the controls in the script.
If you have very slow performance when triggering the button:
- Please show us the script. Post it here, and surround it with triple backticks to format it as code. It might be that you are scripting a nested loop that gets extremely heavy.
- Do you have “echo all” turned on in your script editor? That could explain why a command might be going very slow.
- DG vs. Parallel has to do with how the node graph evaluates. It doesn’t have anything to do with running scripts and commands. (That might not be 100% accurate. But the first thing to look at is your script, not your evaluation settings.)
```
# Put your code between backticks to show us
```