-
checking if a camera is 1 node or 2 node by expression ?
I’m trying to have an expression include an if/else to be able to account for whether a camera in the comp is 1 node or 2 nodes. I don’t think there is any way to access any kind of “Camera Type” property so I was wondering is there a way to check whether the first parameter under transforms is Point of Interest or Position – or to check whether there are 5 or 6 Transform parameters on the camera (either of which would effectively tell me which camera type it is…) But so far I haven’t figured a way to do that either… any suggestions ? Thanks in advance for any ideas.