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

ThisAnimator expression ?

Community Beginner ,
Feb 07, 2018 Feb 07, 2018

Copy link to clipboard

Copied

Hi!

I'm searching a way to use in an expression the value of an animator name in text animation.

Exemple :

I would have a text animation wich would be name "100".

I am searching a way to use that name value in an expression so that I would only have to change the name of the animator and won't have to go manually inside the expression.

Some kind of value trigger

text.animator("100").name would work but changing the name won't change the "100" in the expression..

I know the expression thisComp or thisLayer exist. Though thisAnimator doesn't seems to..

Is there any way to do it?

Thanks!

TOPICS
Scripting

Views

226

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

Community Beginner , Feb 07, 2018 Feb 07, 2018

Well I foud out a way :

thisProperty.propertyGroup(3).name

I just goes up to get the name. Quite handy.

Votes

Translate

Translate
Community Beginner ,
Feb 07, 2018 Feb 07, 2018

Copy link to clipboard

Copied

LATEST

Well I foud out a way :

thisProperty.propertyGroup(3).name

I just goes up to get the name. Quite handy.

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