Skip to main content
Shakesthedog
Participant
February 29, 2016
Question

Scale Constrain Proportions

  • February 29, 2016
  • 1 reply
  • 628 views

Hi guys,

Just wondering if anyone knows if you can access the constrain proportions button using a script. I can't see it mentioned in the scripting guide or update notes?

Thanks

Jake

This topic has been closed for replies.

1 reply

Alex White
Legend
February 29, 2016

AVLayer canSetCollapseTransformation attribute

app.project.item(index).layer(index).canSetCollapseTransformation

Description:

True if it is legal to change the value of the collapseTransformation attribute on this layer.

Type:

Boolean; read-only.

Shakesthedog
Participant
February 29, 2016

Cheers Alex, do you then know if there is a further bit of script to toggle the scale constrain scale switch on/off once accessed?