siFCurveKeyInterpolation

Description

Specifies the interpolation type for a specific key on an fcurve. The interpolation determines how the value is evaluated between FCurveKeys.

Constant Value Description
siDefaultKeyInterpolation 0 Existing function.
siConstantKeyInterpolation 1 Constant function
siLinearKeyInterpolation 2 Linear function
siCubicKeyInterpolation 3 Bezier cubic function

Applies To

FCurveKey.Interpolation FCurve::AddKey FCurveKey::GetInterpolation FCurveKey::PutInterpolation

See Also

siFCurveInterpolation FCurve Interpolation and Extrapolation