Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Turning Null Repo into Camera move

  • Turning Null Repo into Camera move

    Posted by Gffilm on June 20, 2005 at 1:52 pm

    I have a precomped image which is parented to a null and is moving around in 3D space. All the movements are done with the null. But now I need to make that image have a better 3-D look so I placed it in invigorator and turned on the use composition camera button.

    But there are two issues:

    One, I have to un-precomp it because the invigorator will only look at its composition for camera movements, and since this is a precomp it will need to be unnested. Which I did succesfully.

    But the other is a more difficult problem.

    Invigorator does not view my null movements as a camera movement. So I needed to add a camera and now I have to match my camera movement to the null movement.

    I tried matching it by simply animating the camera, but I just can’t get the same movements with the camera as I did with the null.

    So is there some kind of expression that can link my camera movement to my null or any other way to do this?

    I can provide more info if needed. Thank you in advance!

    Filip Vandueren replied 19 years, 7 months ago 2 Members · 1 Reply
  • 1 Reply
  • Filip Vandueren

    June 20, 2005 at 11:26 pm

    For a Camera named “Camera 1” that is a child of “Null 1″…

    • Duplicate the Camera, and hide your “Camera 1”.
    • give “Camera 2” this expression for position:
      thisComp.layer("Camera 1").toWorld([0,0,0], t = time)
    • If the camera is oriented towards a Point of Interest, give the POI:
      thisComp.layer("Null 1").toWorld(pointOfInterest)

    if the camera-rotation is animated with keyframes…

    then, Errrm.. you need Dan Ebberts’ help 😉

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