How to get the list of available model's animations?

Is there the way to print in Console the list of available animations of a 3D model with skeletal animations? I know that it’s possible to check them in model’s animation properties, but with print function it would be more easy to write code. Especially if the model was downloaded from stock web-site and names of built-in animations are long.

I believe Blender will do this, if the right incantation can be found.

You can use the Khronos online viewer:

Drag and drop a glTF or glb file and click on Animations to see a list. The viewer also works as a validator and will show all errors in the file.

(For validation there is also the Khronos validator: glTF Validator)

2 Likes