FBInterpolation Class Reference

#include <mobu-python-api.h>

Class Description

Types of interpolation for an FCurve.

+ Inheritance diagram for FBInterpolation:

Public Attributes

object kFBInterpolationConstant
 Constant interpolation. More...
 
object kFBInterpolationLinear
 Linear interpolation. More...
 
object kFBInterpolationCubic
 Cubic interpolation. More...
 
object kFBInterpolationCustom
 Custom interpolation. More...
 

Member Data Documentation

object kFBInterpolationConstant

Constant interpolation.

object kFBInterpolationCubic

Cubic interpolation.

object kFBInterpolationCustom

Custom interpolation.

object kFBInterpolationLinear

Linear interpolation.