When I try to set the value of a 2D point parameter (such as Position in the Motion group) through the UXP API (createKeyframe, createSetValueAction) I get an error - “Error: Illegal Parameter type”.
Simple numeric values (such as Scale) work fine. I am able to get the value of the parameter - it returns an array with two numbers, as expected. But if I pass a similar array to the set value action, I get the error.
Here’s a panel to reproduce the bug, together with a Premiere project: uxp-sandbox/set-2d-point-value at main · miscer/uxp-sandbox · GitHub. I’m using beta build 30 at the moment.