Vizard 7 » Command Index » Vizard objects » node3d » <node3d:avatar>.getAnimationList
7.6

<node3d:avatar>.getAnimationList

Returns animation names

<node3d:avatar>.getAnimationList()  

Remarks

This command will return a list of all the animations available on the avatars. The animations are ordered by ID.

Return Value

A list of animation names

Example

animations = avatar.getAnimationList()

#Print animation names
for name in animations:
    print(name)

See also

<node3d:avatar>.getAnimationID