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

Member Data Documentation

object kFBInterpolationConstant

Constant interpolation.

object kFBInterpolationCubic

Cubic interpolation.

object kFBInterpolationLinear

Linear interpolation.