There are issues encountered when baking camera animations using a script.
I'm currently writing a script to bake camera animations. Due to the complex parent-child relationships of the camera, I've resorted to a somewhat clumsy approach: detaching the camera from its children, recording the values for that frame, reattaching its children, shifting the time indicator to the next frame...
I've implemented a for loop to record the camera position values at each frame of the time indicator. It runs successfully, but it only captures the position values of the camera for the first frame, rather than for each frame of the animation.
