-
Puppet Pin selection via Script
Hi There
Withvar actItem = app.project.activeItem;
var selLayers = actItem.selectedLayers;
var selProps = selLayers[0].selectedProperties;
var upperP = selProps[4];
var lowerP = selProps[3];
var handP = selProps[2];
I try to select specific puppet Pins via script.
But it seems that the order of the selection is not taken into account, instead how the pins are arranged in the effect panel.
Is there a way to address the specific selected pins, for example address the first selected pin?
thanks so much