Setting plugin parameter value - AXIncrement/AXDecrement/AXPress
By Thomas Gloor @Thomas_Gloor
Hi,
I'm looking for a faster way to set plugin than AXIncrement and AXDecrement, as it makes my scripts really slow.
The parameter I'm trying to set a value for has a slider and a text field associated with it. I don't want to rely on mouse clicks relative to a UI element and set text field area with value, because the plugin can have multiple sizes, which would make this fragile.
Any idea?
Thank you lots!
Best,
T.
Chris Shaw @Chris_Shaw2024-05-28 16:37:16.282ZUnfortunately the only way to change plugin values without setting a text field is to use AXIncrement/AXDecrement/AXPress. And using AX elements is really slow.
Believe me, I've tried everything 😄- TThomas Gloor @Thomas_Gloor
ouch. Thank you @Chris_Shaw