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

Types of interpolation for an FCurve. More...

#include <pyfbsdk_generated.h>

Inheritance diagram for FBInterpolation:

Public Attributes

 kFBInterpolationConstant
 Constant interpolation.

 
 kFBInterpolationLinear
 Linear interpolation.

 
 kFBInterpolationCubic
 Cubic interpolation.

 
 kFBInterpolationCustom
 Custom interpolation.

 

Detailed Description

Types of interpolation for an FCurve.


Member Data Documentation

◆ kFBInterpolationConstant

kFBInterpolationConstant

Constant interpolation.

◆ kFBInterpolationCubic

kFBInterpolationCubic

Cubic interpolation.

◆ kFBInterpolationCustom

kFBInterpolationCustom

Custom interpolation.

◆ kFBInterpolationLinear

kFBInterpolationLinear

Linear interpolation.