Can I merge 3D skeletal animations from different files into an AnimationPlayer ?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By eye776
:warning: Old Version Published before Godot 3 was released.

Currently Godot only supports importing 3D scenes as a whole. Is there any way to copy animations between players ?
Say I have a base model “mychar.dae” and multiple animation files such as “run.dae”, “walk.dae”, “jump.dae” etc.
Can I somehow import all these separately or do I have to merge them i Blender for each model?
Also can 3D skeletal animations be reused between models ?

:bust_in_silhouette: Reply From: KRL

Yes you can separate animations, either by files or by saving them in godot as animation files.

You can import tchem separately but you will have to copy/paste them to one animation player or resave them in separate animation files.

They can be reused between models ONLY when models have exact the same skeletons, otherwise it will not work.

Ok, I guess I’ll have to try it.

eye776 | 2016-04-03 22:34