Good afternoon...
Trying to record the settings for the effect ID Matte. How to switch property Aux.Cannel via AE Scripting
For example, I want to switch to ID Material mode....
------------------------------------------------------------------------------------------ ------------------------------------------------
var MyComp = app.project.activeItem;
var MyLayer = MyComp.layer(1)
myEffect = MyLayer.property("Effects").addProperty("ID Matte") ("Aux.Cannel").setValue(0);
------------------------------------------------------------------------------------------ ---------------------------------------------------
this code generates an error
Are there knowledgeable people ????