I can't update each selection with a different seed in a Python script.
If I use setSelection() and then setSeed(), all the selections will have the same seeds and look similar, which is not what I want.
If I use a loop structure, it's very slow.
I hope to get your answer!
Hi,
When you run the loop structure, are you using a decorator to avoid updating the UI after each loop?
best,