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

Is it Possible to Adjust the scaling of Text Field using Scripting

New Here ,
Aug 13, 2020 Aug 13, 2020

Copy link to clipboard

Copied

Hi,

I want to Scale and Pass the Expression to the Text Field Based on the Image in Foreground, Is is possible to Scale it using Scripting in AE ?

TOPICS
Scripting

Views

113

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 Expert ,
Jan 29, 2021 Jan 29, 2021

Copy link to clipboard

Copied

LATEST

Yes, you can adjust the scale of a layer through scripting, here's how you would set the scale to 50%:

layer.transform.scale.setValue([50, 50, 50])

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