flat property

flat property

Get or set if the key frame is flat. Key frame should be flat if next or previous key frame has the same value. Flat key frame has flat tangents and fixed interpolation.

Definition:

@property
def flat(self):
    ...
@flat.setter
def flat(self, value):
    ...

See Also