Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Link Layers in different composotions

Community Beginner ,
Dec 29, 2018 Dec 29, 2018

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

5.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 30, 2018 Dec 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 30, 2018 Dec 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 06, 2019 Jan 06, 2019

Thank you. This really helped me:)

Second problem, how do I link a picture. I would import the picture (.ai) just once just to the master comp, and then use it in several pre-comps in different positions.

All the best,

Rami

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 06, 2019 Jan 06, 2019

  wrote

Thank you. This really helped me:)

Second problem, how do I link a picture. I would import the picture (.ai) just once just to the master comp, and then use it in several pre-comps in different positions.

All the best,

Rami

That's how it works anyway.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 06, 2019 Jan 06, 2019

There is no expression nor animation to change, but the whole picture. Thanks to you, I know now how to parent the expressions, but how do I change the entire picture with nothing to express:)

Yours, Rami

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 06, 2019 Jan 06, 2019

i don't know if i understand your question but if you want to replace a picture with other one you can simply right click on you picture or any imported file and replace it with new one

Screen Shot 2019-01-06 at 2.49.37 PM.png

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 06, 2019 Jan 06, 2019
LATEST

Thank you OussK, but that is not exactly what I mean.

I would like to import the picture just once to the master comp, and not to replace the footage (same picture) to 10 different pre-comps.

Yours, Rami

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines