Question
ExtendScript: Determine wether a camera layer is "One-Node Camera" or "Two-Node Camera"
No documentation found of how to make that determination using ExtendScript.
In order to work around that I'm currently using the following hack:
const isTwoNodeCamera = camera.pointOfInterest.canSetExpression;Is there a better and safer way?
