-
Puppet Pin Control Outside Comp
Dan was able to help me before when I was using IK for my puppet, but now I’m using the puppet tool and the same expression doesn’t seem to work.
I want to control the position of a puppet tool pin using a null located in the comp that I’ve dropped the puppet comp into. The problem is that when I use this expression, the null is quite a bit up and to the left of the pin position, making it difficult to control with any precision:
L = comp(“OutsideCompName”).layer(thisComp.name);
L. fromCompToSurface(comp(“OutsideCompName”).layer(“Null 1”).position);I’ve also tried this “fromWorld” version to no avail:
L = comp(“OutsideCompName”).layer(thisComp.name);
L.fromWorld(comp(“OutsideCompName”).layer(“Null 1”).position);Any help would be appreciated