-
Naming a created Null with ExtendScript? Also, Cameras.
There’s probably something extremely simple I’m overlooking, but I’d appreciate any advice.
I’m new to ExtendScript, not to Javascript (well, ECMA script — I do a bunch of AS3 coding for Flash), but I’m having trouble locating a thorough reference or examples that will help clear things up. So here I am.
I’ve tried:
var myNull=app.newNull();
myNull.name=”NullName”;but realized that my null isn’t getting named. Is there some way to name nulls so that the names appear in a comp once the script has run? It seems like there must be, but it escapes me.
Also, cameras: creating a camera is straightforward enough, but how should I be adding/specifying properties like zoom, focal length, depthOfField, blurLevel, etc?
I apologize for the noob-ness of this post, but I’m at my wits’ end! Thanks for any advice!