get_keyframe_sequence method

get_keyframe_sequence

Gets the keyframe sequence on given property.

Returns

The keyframe sequence.

def get_keyframe_sequence(self, target, prop_name, create):
    ...
ParameterTypeDescription
targetA3DObjectOn which instance to create the keyframe sequence.
prop_namestrThe property’s name.
createboolIf set to true, create the sequence if it’s not existing.

get_keyframe_sequence

Gets the keyframe sequence on given property and channel.

Returns

The keyframe sequence.

def get_keyframe_sequence(self, target, prop_name, channel_name, create):
    ...
ParameterTypeDescription
targetA3DObjectOn which instance to create the keyframe sequence.
prop_namestrThe property’s name.
channel_namestrThe channel name.
createboolIf set to true create the animation sequence if it’s not existing.

See Also