Skip to main content
Participant
December 30, 2018
Question

Link Layers in different composotions

  • December 30, 2018
  • 1 reply
  • 5307 views

Hello. I have a project with several compositions. All of then include same text graphics (different size, position etc).

Am I able to link (or something) the texts so that I would only need to write the text once, not again and again to different compositions.

Thanking in advance:)

Rami

    1 reply

    Legend
    December 30, 2018

    Choose one composition to be the 'master', then for all the others you can use an expression to force the text layer's source value to match the master.

    Expand the text layer in the child comp, and alt-click on the stopwatch for "Source Text", then type in something like this:

    comp("name_of_master_comp").layer("name_of_master_text_layer").text.sourceText

    ..adjusting the names appropriately. You can paste the same expression into every child comp.

    Note this will not copy the formatting or typeface - so if you have any character-level changes such as superscripts or bullet points, it won't work.

    OussK
    Community Expert
    Community Expert
    December 30, 2018

    Dave method are the best option but  if you looking for more advance way you can try this script also Templater Rig - aescripts + aeplugins - aescripts.com