InterpolationEnumBlender

enum xrfeitoria.data_structure.constants.InterpolationEnumBlender(value)[source]

Keyframe interpolation enum of Blender.

Member Type:

str

Valid values are as follows:

AUTO = <InterpolationEnumBlender.AUTO: 'BEZIER'>
LINEAR = <InterpolationEnumBlender.LINEAR: 'LINEAR'>
CONSTANT = <InterpolationEnumBlender.CONSTANT: 'CONSTANT'>