I was wondering if there is a way to automatically transfer the location from the camera to the animation keyframe…
Adjust the camera position value => Create an animation keyframes
I was wondering if there is a way to automatically transfer the location from the camera to the animation keyframe…
Adjust the camera position value => Create an animation keyframes
Hi @kijhome,
there is no automated way for this but perhaps you could use a Object CHOP referencing the camera and manually collecting positions with a Record CHOP (with the “Record” parameter set to Add
and the “Record Output” parameter set to Segment
). The collected data points can then be converted into an Animation COMP with the CHOP’s python member .convertToKeyframes()
cheers
Markus