Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Camera referencing

  • Camera referencing

    Posted by Andrew Ross
    on May 7, 2015 at 11:55 am

    I have a main composition with an animated camera in. I then have a precomp containing a Particular layer that needs the same camera in it.

    I haven’t currently finalised the camera animation so I am wondering if there is a way to reference the pre comp camera to the main comp camera so that any change i make to the main comp camera is automatically transferred to the pre comp?

    Just to save time really as down the line there will be various precomps containing the same cameras.

    Thanks.

    Darby Edelen replied 11 years ago 4 Members · 5 Replies
  • 5 Replies
  • Frank Feijen

    May 7, 2015 at 6:03 pm

    expressions can do that…

  • Andrew Ross

    May 7, 2015 at 6:05 pm

    Yes I thought that was the case, i’m just not sure how? I need to look deeper on the net to see if i can find an expression that might help.

    A

  • Frank Feijen

    May 7, 2015 at 6:16 pm

    If you undock your maincomp-timeline-window, so that you have your precomp and maincomptimeline visible, you can simply hot-link all the animated/to-be-animated camera-properties from one comp to the other. Once you’ve done that for the first precomp, you should be able to copy/paste that precomp-camera to any other precomp.

  • Michael Szalapski

    May 7, 2015 at 6:36 pm

    Or just use the Copy with Relative Property Links option. 🙂

    – The Great Szalam
    (The ‘Great’ stands for ‘Not So Great, in fact, Extremely Humble’)

    No trees were harmed in the creation of this message, but several thousand electrons were mildly inconvenienced.

  • Darby Edelen

    May 7, 2015 at 7:15 pm

    You can refer to a layer in a different composition like this:

    comp("OtherCompName").layer("LayerInOtherComp")

    This returns a layer object that can be used in the usual manner:

    l = comp("MainComp").layer("Camera");
    l.toWorld([0,0,0]);

    Darby Edelen

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