Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Auto-Orient to Camera

  • Greg Burrus

    August 12, 2011 at 11:31 am

    I haven’t used it before but based on the description it seems like this script might do the trick.

    https://aescripts.com/autoorientcamera/

    Greg

    https://mogra.g2bproductions.com/ – Blog
    https://g2bproductions.com/ – Portfolio

  • Pat Bray

    August 12, 2011 at 11:34 am

    Thanks for the tip, not quite sure if this is what I’m after but looks handy anyways…

  • Kevin Camp

    August 12, 2011 at 11:59 am

    you can use the lookAt() expression to make a 3d orient a layer towards another 3d layer (essentially what orient to camera does, but it would give you more control).

    here’s a simple expression for the orientation property:

    target = thisComp.layer("Camera 1"); // set this to your camera
    t = 5; // this is the point in time where you want it to stop looking at the camera, value in seconds.

    if (time < t){
    lookAt(target.position, position);
    }else{
    value;
    }

    Kevin Camp
    Senior Designer
    KCPQ, KMYQ & KRCW

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