HELP: How to sync a plugin parameter to a layer transform's position ?
Hi everyone,
I have written a plugin that checkouts a layer (PF_ADD_LAYER) and displays it on the layer the effect is applied to. I've also made it possible to control the position of the displayed layer through controls on the effect's UI (PF_ADD_POINT for the position for example, PF_ADD_ANGLE for the rotation etc).
My question is: how can I automatically sync these transform parameters (position, rotation, scale...) to the selected source layer's transform data, so the checkout layer is displayed at the same position as the original layer ? Yes it is possible to do it through the traditional After Effects' expressions. But I was looking for a way to do it automatically within the plugin.

