Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Scale tracking movement on a null object

  • Scale tracking movement on a null object

    Posted by Alden Ford on June 14, 2020 at 3:20 pm

    I posted about this project in a different thread but this is a separate issue so I figured I would start a new thread.

    I’m using tracked movement (in my case, facial movements for dialogue) to make nulls, which I then parent puppet pins to. The problem is that I’d love to be able to scale the tracked movements up or down to dial in the amount that my puppet pins move relative to the tracked footage.

    Currently I’ve had to do a lot of trial and error by resizing and then pre-comping my reference footage, then tracking it, so that the movement looks right on the puppet (In other words, I make the face tracking video bigger or smaller to make the tracked movement translate bigger or smaller on my animation). If I finish the animation and it’s too big or too small, I have to resize the reference footage and start all over. But I suspect there’s a simple expression I could add to my puppet pin pickwhip to scale the null’s movement by, say, x2 or x.5.

    Any insight or advice is much appreciated!

    Alden Ford replied 5 years, 10 months ago 2 Members · 2 Replies
  • 2 Replies
  • Graham Quince

    June 21, 2020 at 9:00 am

    You’re right you should be able to scale up the movement, but you first have to separate the X and Y values.

    Something like:

    X = pickwhipvalue[0];
    Y = pickwhipvalue[1];
    [X*2,Y*1.5];

    http://www.YouTube.com/ShiveringCactus – After Effects Tutorials

  • Alden Ford

    June 22, 2020 at 1:44 pm

    Terrific, thank you! I’ll give it a shot.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy