Hi !
Quick question about imported cameras from other software that appear in camera's stage graph, is there a way to figure out the focal length ? maybe a way to extract it in VEX or python ?
Cheers
float focal = usd_attrib(0, "/cameras/camera1", "focalLength");
float focal = f@focalLength;