puppet tool fake multiplan

Moderators: Disciple, zlovatt

Post Reply
mads
Posts: 33
Joined: October 15th, 2004, 6:38 am
Location: Denmark
Contact:

I got this idear to make a single image move like multiplan
if I put som puppet tools piont on the layer and put different expressions on so they would react on the camera as if they were placed in different z coordinates
but I have no Idear how to make this exprssion any ideers?
-mads
Paul Tuersley
Posts: 704
Joined: June 5th, 2004, 7:59 am
Location: London, UK

Assuming your puppet layer is the same size as the comp, you can use expressions like this on the Puppet points to lock them to 3D null layers.

Code: Select all

a = thisComp.layer("Null 1");
a.toComp(a.anchorPoint);
Post Reply