Page 1 of 1

puppet tool fake multiplan

Posted: December 5th, 2008, 1:39 am
by mads
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

Re: puppet tool fake multiplan

Posted: December 5th, 2008, 3:18 am
by Paul Tuersley
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);