-
Set Frame Blending from a script?
Is frame blending for an AVItem in a comp read-only? I can’t seem to set it, and it looks like the docs say its read-only. Surely this can’t be the case (I hope.)
I’m trying something like:
app.project.activeItem.layer(1).frameBlending = true;
or
app.project.activeItem.layer(1).frameBlendingType.FRAME_MIX;