-
Attaching Null to puppet tool pin on shape layer
Howdy,
I’m trying to attach a Puppet Tool pin to a null object using this expression here:
n=thisComp.layer(‘null’);
nullpos=n.toComp(n.anchorPoint);
fromComp(nullpos);Normally this works quite well with bitmap images, but it doesn’t seem to like After Effects shapes all that much as they become massively offset. Does anyone know why? Any help would be greatly appreciated!