AnimationClip

Overview

AnimationClip is a class in Aspose.3d for Python. Inherits from: SceneObject.

AnimationClip groups multiple AnimationNode objects, exposing them through the animations() list property.

Properties

NameTypeAccessDescription
namestrReadGets or sets the clip’s identifier string
properties``ReadProvides access to custom metadata associated with the clip
animationsList['AnimationNode']ReadReturns the list of AnimationNode objects contained in the clip
descriptionstrReadGets or sets a human‑readable description of the animation clip
startfloatReadGets or sets the start time (in seconds) of the animation clip
stopfloatRead

Methods

SignatureDescription
__init__(name: str)
create_animation_node(node_name: str)'AnimationNode'Creates a new AnimationNode for the given node name