Does anyone know a formula or a module that could help me finding the control points/bezier handles of a samples/ baked fcurve (cubic bezier)?
I know the formula for quadratic bezier, but couldn’t find any information about find control points for cubic bezier.
Is it possible to figure out maybe with using something like Numpy.polyfit?