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

Distort > Transform > Scale effect param populates incorrectly in expressions

New Here ,
May 11, 2023 May 11, 2023

Copy link to clipboard

Copied

  • Issue / Steps / Results
    If you pickwhip the Distort > Transform effect's "Scale" property, it populates as "thisComp.layer("LAYERNAME").effect("Transform")("Scale")".

    This throws the error: "Property or method named 'Scale' in Class 'Effect' is missing or does not exist."

    The param needs to be manually changed to effect("Transform")("Scale
    Height") to fix.

  • Adobe After Effects version number: 23.3.0
  • Operating system: Win 10 Home - 21H2
Bug Investigating
TOPICS
Expressions

Views

74

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 Pinned Reply

Adobe Employee , May 11, 2023 May 11, 2023

Hi @ryanp94,

Thank you for reporting this issue. The error is due to the name of the Scale property changing when the Uniform Scale checkbox is toggled. If you replace the name "Scale" with the index of the Scale/Scale Height property e.g. "...effect("Transform")(4)", it will not error when the name of the property changes.

 

We're aware of this issue and will be investigated possible fixes for a future version of After Effects.

 

Thanks again for reporting this issue,

- John, After Effects Engi

...
Status Investigating

Votes

Translate

Translate
1 Comment
Adobe Employee ,
May 11, 2023 May 11, 2023

Copy link to clipboard

Copied

LATEST

Hi @ryanp94,

Thank you for reporting this issue. The error is due to the name of the Scale property changing when the Uniform Scale checkbox is toggled. If you replace the name "Scale" with the index of the Scale/Scale Height property e.g. "...effect("Transform")(4)", it will not error when the name of the property changes.

 

We're aware of this issue and will be investigated possible fixes for a future version of After Effects.

 

Thanks again for reporting this issue,

- John, After Effects Engineering Team 

Status Investigating

Votes

Translate

Translate

Report

Report