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

Active tangent weight, no/one/both side are active on a key. More...

#include <pyfbsdk_generated.h>

Inheritance diagram for FBTangentWeightMode:

Public Attributes

 kFBTangentWeightModeNone
 Tangent weight disabled.

 
 kFBTangentWeightModeRight
 Right tangent weight active.

 
 kFBTangentWeightModeNextLeft
 Next key left tangent weight active.

 
 kFBTangentWeightModeBoth
 Right tangent and next key left tangent weight are active.

 

Detailed Description

Active tangent weight, no/one/both side are active on a key.


Please note, the left value is for the next key, as the current key contains the tangent weight information for the next key. To disable the weight on the left side of a key at index "i", you need to disable "kFBTangentWeightModeNextLeft" the "i-1" key.

Member Data Documentation

◆ kFBTangentWeightModeBoth

kFBTangentWeightModeBoth

Right tangent and next key left tangent weight are active.

◆ kFBTangentWeightModeNextLeft

kFBTangentWeightModeNextLeft

Next key left tangent weight active.

◆ kFBTangentWeightModeNone

kFBTangentWeightModeNone

Tangent weight disabled.

◆ kFBTangentWeightModeRight

kFBTangentWeightModeRight

Right tangent weight active.