calc_mode property

calc_mode property

Specifies the interpolation mode for the animation Read/write PropertyCalcModeType.

Definition:

@property
def calc_mode(self):
    ...

@calc_mode.setter
def calc_mode(self, value):
    ...

See Also