After Effects script that Separates Dimensions and adds Expression to each
Hi,
I would like to create a script for a UI Script panel with two separate buttons: one for X Position and one for Y Position.
The script should first separate the dimensions of the selected layer. Then, each button will apply the following expressions:
PosX button: [thisComp.width] * 1/2
PosY button: [thisComp.height] * 1/2
