Skip to main content
Participant
May 11, 2023

Distort > Transform > Scale effect param populates incorrectly in expressions

  • May 11, 2023
  • 1 reply
  • 150 views
  • 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
This topic has been closed for replies.

1 reply

JohnColombo17100380
Community Manager
Community Manager
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 Engineering Team