FBTangentMode Class Reference
 
 
 
FBTangentMode Class Reference

This reference page is linked to from the following overview topics: MotionBuilder 2014.


#include <mobu-python-api.h>


Class Description

Methods of tangent calculation. This is only relevant when interpolation is CUBIC.

Inheritance diagram for FBTangentMode:
Enumeration

Public Attributes

object  kFBTangentModeAuto
object  kFBTangentModeTCB
object  kFBTangentModeUser
object  kFBTangentModeBreak
object  kFBTangentModeTimeIndependent
object  kFBTangentModeClampProgressive

Member Data Documentation

This is the equivalent to a cardinal spline with no parametrization. In the UI, it is identified as Smooth.

TCB spline (3 parameters: TENSION, CONTINUITY, BIAS)

Used to represent all splines with no lost data (HERMITE, BEZIER, CATMUL, etc.)

Like USER but left slope may differ from right.

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.