This reference page is linked to from the following overview topics: MotionBuilder 2014.
#include <mobu-python-api.h>
Methods of tangent calculation. This is only relevant when interpolation is CUBIC.
Public Attributes |
|
object | kFBTangentModeAuto |
object | kFBTangentModeTCB |
object | kFBTangentModeUser |
object | kFBTangentModeBreak |
object | kFBTangentModeTimeIndependent |
object | kFBTangentModeClampProgressive |
object kFBTangentModeAuto |
This is the equivalent to a cardinal spline with no parametrization. In the UI, it is identified as Smooth.
object kFBTangentModeTCB |
TCB spline (3 parameters: TENSION, CONTINUITY, BIAS)
object kFBTangentModeUser |
Used to represent all splines with no lost data (HERMITE, BEZIER, CATMUL, etc.)
object kFBTangentModeBreak |
Time independent, is calculated based upon the slope between the previous and next key values. In the UI, it is identified as Spline.
Time independent, will flatten the tangent handles when the key value goes over or under the previous and next key values. In the UI, it is identified as Auto.