After Effects puppet rigging tutorial



This tutorial covers different ways of rigging a puppet in After Effects. If you’re familiar with parenting and using the puppet tool, you might want to jump to 11:33 where we look at using expressions to parent puppet points to null objects.

The expression you need for linking puppet points to null objects is:

n=thisComp.layer(“null_layer_name”)
nullpos=n.toComp(n.anchorPoint);
fromComp(nullpos);

Duration: 00:30:08

Likes: 1005 – Views: 134398

source