Question
Set parameters opacity, flow, hardness and size for clone stamp tool in javascript code
A panel with buttons should set some default parameters.
So i would need access to the parameters shown in the picture and header for the clone stamp tool within a JavaScript context.
I tried to fetch the commands using the ScriptListener, but it doesn't record these parameters. Also i tried reading the official API as well as some Google FAQ research, but i could not find any working way to do that.
