Maya Python: how to get the interpolated value between two keyframes?
I managed to get (query) a curve’s times and values for each keyframe. Now, I would like to get the interpolated values of the curve between any keyframe via the python API (Maya 2020). Is there a Python command for that or would it be required to make the interpolation function?