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

Different clamping modes for the tangents. More...

#include <pyfbsdk_generated.h>

Inheritance diagram for FBTangentClampMode:

Public Attributes

 kFBTangentClampModeNone
 The tangent will act normally.

 
 kFBTangentClampModeClamped
 The tangent will be flattened when the key is placed at the same value as an adjacent key.

 

Detailed Description

Different clamping modes for the tangents.


Member Data Documentation

◆ kFBTangentClampModeClamped

kFBTangentClampModeClamped

The tangent will be flattened when the key is placed at the same value as an adjacent key.

◆ kFBTangentClampModeNone

kFBTangentClampModeNone

The tangent will act normally.