Python Reference Guide
 
Loading...
Searching...
No Matches
FBTangentConstantMode Class Reference

Different constant modes for the tangents. More...

#include <pyfbsdk.h>

Inheritance diagram for FBTangentConstantMode:

Public Attributes

 kFBTangentConstantModeNormal
 The tangent will contain the value of the current keyframe until the next keyframe.

 
 kFBTangentConstantModeNext
 The tangent will contain the value of the next keyframe.

 

Detailed Description

Different constant modes for the tangents.


Member Data Documentation

◆ kFBTangentConstantModeNext

kFBTangentConstantModeNext

The tangent will contain the value of the next keyframe.

◆ kFBTangentConstantModeNormal

kFBTangentConstantModeNormal

The tangent will contain the value of the current keyframe until the next keyframe.