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

How to link text properties between different text layers?

Community Beginner ,
Oct 20, 2020 Oct 20, 2020

Copy link to clipboard

Copied

I have a composition with text animation and I want to make a MOGRT template. But the problem is I have 3 text layers (the same text, but different effects and animation applied) and I don't know how to link them together correctly.

Now I have all Source Texts linked to the first text layer and this first layer is linked to Essential Graphics panel, so I can change the text from the panel and it works ok. But whan I want to change the font style (character), only the first text layer is changing. Is there any way to solve it? Is it possible to link text properties somehow?

Many thanks in advance!

 

TOPICS
How to

Views

543

Translate

Translate

Report

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

correct answers 1 Correct answer

Valorous Hero , Oct 29, 2020 Oct 29, 2020

Drop this Expression into the sourceText property of the 'child' Text Layers.
--------------------------------------------------------------

sauceText = thisComp.layer("Sauce").text.sourceText;
sauceText.style.setText(sauceText)

HTH

Votes

Translate

Translate
LEGEND ,
Oct 21, 2020 Oct 21, 2020

Copy link to clipboard

Copied

Read up on using text style expressions in the online help. There may be limitations, though, as generally some stuff in templates simply doesn't evaluate correctly.

 

Mylenium

Votes

Translate

Translate

Report

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 ,
Oct 29, 2020 Oct 29, 2020

Copy link to clipboard

Copied

Thank you for your answer! Yes, I've found in Adobe guidelines

"Please note that forwarding Source Text via expressions does not work with Font Properties"

and it confused me even more. How, in this case, the other projects with text effects are made? 

Votes

Translate

Translate

Report

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
Valorous Hero ,
Oct 29, 2020 Oct 29, 2020

Copy link to clipboard

Copied

Drop this Expression into the sourceText property of the 'child' Text Layers.
--------------------------------------------------------------

sauceText = thisComp.layer("Sauce").text.sourceText;
sauceText.style.setText(sauceText)

HTH

Motion Graphics Brand Guidelines & Motion Graphics Responsive Design Toolkits

Votes

Translate

Translate

Report

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 ,
Nov 02, 2020 Nov 02, 2020

Copy link to clipboard

Copied

Magic! It works!!! thanks a lot!!

Votes

Translate

Translate

Report

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
Valorous Hero ,
Nov 02, 2020 Nov 02, 2020

Copy link to clipboard

Copied

LATEST

You're most welcome and thanks for reporting back.

Motion Graphics Brand Guidelines & Motion Graphics Responsive Design Toolkits

Votes

Translate

Translate

Report

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