Question
How To Set Camera Film Size in Script
I've created a camera in script using
var myCam = app.project.item(3).layers.addCamera("test", [900, 400]);
Reading the documentation I see no way of setting its film size. You can set the Zoom or Focus distance but how do you set the film size?
Thank you
