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

KeyFrame for an FCurve. More...

#include <pyfbsdk_generated.h>

Inheritance diagram for FBFCurveKey:

Public Member Functions

 FBFCurveKey (::KFCurve pFCurve=None, int pKeyIndex=1)
 Constructor.
 
 FBFCurveKey (FBFCurveKey pFCurveKey)
 Constructor.
 

Public Attributes

float Bias
 Read Write Property: Bias (TCB).

 
float Continuity
 Read Write Property: Continuity (TCB).

 
FBExtrapolationMode ExtrapolationMode
 Read Write Property: Extrapolation mode

 
FBInterpolation Interpolation
 Read Write Property: Type of interpolation.

 
float LeftBezierTangent
 Read Write Property: Left bezier tangent

 
float LeftDerivative
 Read Write Property: Left derivative, in units/seconds.

 
float LeftTangentWeight
 Read Write Property: Left tangent weight

 
bool MarkedForManipulation
 Read Write Property: Is the key marked for manipulation.

 
float RightBezierTangent
 Read Write Property: Right bezier tangent

 
float RightDerivative
 Read Write Property: Right derivative, in units/seconds.

 
float RightTangentWeight
 Read Write Property: Right tangent weight

 
bool Selected
 Read Write Property: Is the key selected.

 
bool TangentBreak
 Read Write Property: Tangent's break status

 
FBTangentClampMode TangentClampMode
 Read Write Property: Tangent's clamp method.

 
FBTangentConstantMode TangentConstantMode
 Read Write Property: Tangent's constant mode

 
FBTangentCustomIndex TangentCustomIndex
 Read Write Property: Tangent's custom index

 
FBTangentMode TangentMode
 Read Write Property: Tangent calculation method.

 
FBTangentWeightMode TangentWeightMode
 Read Write Property: Tangent's weight mode. Setting the value for LeftTangentWeight/RightTangentWeight will also activate the weight for that part. Please see the note provided with FBTangentWeightMode for the left weight of a key.

 
float Tension
 Read Write Property: Tension (TCB).

 
FBTime Time
 Read Write Property: Time of key.

 
float Value
 Read Write Property: Value of Key

 

Detailed Description

Constructor & Destructor Documentation

◆ FBFCurveKey() [1/2]

FBFCurveKey ( ::KFCurve  pFCurve = None,
int  pKeyIndex = 1 
)

Constructor.

Parameters
pFCurveParent FCurve (default is NULL).
pKeyIndexKey frame index (default is 1).

◆ FBFCurveKey() [2/2]

FBFCurveKey ( FBFCurveKey  pFCurveKey)

Constructor.

Parameters
pFCurveKeyFCurveKey to copy information from.

Member Data Documentation

◆ Bias

float Bias

Read Write Property: Bias (TCB).

◆ Continuity

float Continuity

Read Write Property: Continuity (TCB).

◆ ExtrapolationMode

FBExtrapolationMode ExtrapolationMode

Read Write Property: Extrapolation mode

◆ Interpolation

FBInterpolation Interpolation

Read Write Property: Type of interpolation.

◆ LeftBezierTangent

float LeftBezierTangent

Read Write Property: Left bezier tangent

◆ LeftDerivative

float LeftDerivative

Read Write Property: Left derivative, in units/seconds.

◆ LeftTangentWeight

float LeftTangentWeight

Read Write Property: Left tangent weight

◆ MarkedForManipulation

bool MarkedForManipulation

Read Write Property: Is the key marked for manipulation.

◆ RightBezierTangent

float RightBezierTangent

Read Write Property: Right bezier tangent

◆ RightDerivative

float RightDerivative

Read Write Property: Right derivative, in units/seconds.

◆ RightTangentWeight

float RightTangentWeight

Read Write Property: Right tangent weight

◆ Selected

bool Selected

Read Write Property: Is the key selected.

◆ TangentBreak

bool TangentBreak

Read Write Property: Tangent's break status

◆ TangentClampMode

FBTangentClampMode TangentClampMode

Read Write Property: Tangent's clamp method.

◆ TangentConstantMode

FBTangentConstantMode TangentConstantMode

Read Write Property: Tangent's constant mode

◆ TangentCustomIndex

FBTangentCustomIndex TangentCustomIndex

Read Write Property: Tangent's custom index

◆ TangentMode

FBTangentMode TangentMode

Read Write Property: Tangent calculation method.

◆ TangentWeightMode

FBTangentWeightMode TangentWeightMode

Read Write Property: Tangent's weight mode. Setting the value for LeftTangentWeight/RightTangentWeight will also activate the weight for that part. Please see the note provided with FBTangentWeightMode for the left weight of a key.

◆ Tension

float Tension

Read Write Property: Tension (TCB).

◆ Time

FBTime Time

Read Write Property: Time of key.

◆ Value

float Value

Read Write Property: Value of Key