FBTangentWeightMode Class Reference

FBTangentWeightMode Class Reference

#include <mobu-python-api.h>

Class 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.

+ Inheritance diagram for FBTangentWeightMode:

Public Attributes

object kFBTangentWeightModeNone
 Tangent weight disabled. More...
 
object kFBTangentWeightModeRight
 Right tangent weight active. More...
 
object kFBTangentWeightModeNextLeft
 Next key left tangent weight active. More...
 
object kFBTangentWeightModeBoth
 Right tangent and next key left tangent weight are active. More...
 

Member Data Documentation

object kFBTangentWeightModeBoth

Right tangent and next key left tangent weight are active.

object kFBTangentWeightModeNextLeft

Next key left tangent weight active.

object kFBTangentWeightModeNone

Tangent weight disabled.

object kFBTangentWeightModeRight

Right tangent weight active.