Returns the names of animation clips inside a geometry. Animation Clips are typically loaded from a gltf file, using the [sop/fileGLTF](/docs/nodes/sop/fileGLTF) node.


## Description

It takes 1 or 2 arguments.

`animationNames(input_index_or_node_path, object_index)`

- `input_index_or_node_path` the path to a node, or input index
- `object_index` the index of the object (default to 0)

## Usage

- `animationNames(0)` - returns the names animations in the 1st object of the input node.
- `animationNames(0, 1)` - returns the names animations in the 2nd object (index 1 in array) of the input node.
- `animationNames('/geo/merge1', 2)` - returns the names of animation in the 3rd object (index 2 in array) of the node /geo/merge1

