-
Setting Camera Film Size Via Script
Hello AE fans,
I created a camera layer via script (see below)
var myCam = app.project.item(3).layers.addCamera(“test”, [900, 400]);
The only issue I have is that I cannot find a way to set its Film Size. There are options for other things but NOT film size. Am I missing something here? I looked at the docs and they give options for a lot of things (transform, position, scale etc…) but NOT Film Size. Film size isn’t even visible when you twirl the Camera Options.
I’m probably missing something very basic but how do you set this when creating a camera?
Thank you