KeyFrame constructor

init

Create a new key frame on specified curve

def __init__(self, curve, time):
    ...
ParameterTypeDescription
curveKeyframeSequenceThe curve that the key frame will be created on
timefloatThe time position of the key frame

See Also