get_keyframe_sequence method

get_keyframe_sequence

Gets the keyframe sequence on specified animation instance.

Returns

The keyframe sequence on specified animation instance

def get_keyframe_sequence(self, anim, create):
    ...
ParameterTypeDescription
animaspose.threed.animation.AnimationNodeOn which animation to create the keyframe sequence.
createboolCreate the keyframe sequence if it’s not found.

See Also