The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

I can export a 3D model with animations in Blender, import it in Godot and use the animations.

But how can I add more animations to the 3D model at a later time?

I can load my .blend file and add more animations. But how can I export them to use them in Godot?

Of course I could export the whole 3D model with all animations again and replace the old one in Godot with it, but this would delete all additional animations I added to the AnimationPlayer (e.g. animations of guns I added in Godot, that were not in Blender).

Is there any way to exchange just animations between Blender and Godot?

(I hope this is not a too Blender specific question for this Godot Q&A)

Godot version 3.2.3
in Engine by (142 points)
edited by

1 Answer

+2 votes

In your scene append the AnimationPlayer from the newly exported blend file
Right Click > Merge From Scene > newfile.dae > AnimationPlayer

Select the animations from the new player and press Animation > Copy
Then in the original AnimationPlayer press Animation > Paste
Delete the Imported AnimationPlayer once finished

Note: This method can get tedious with plenty new animations so there may be a more document way to achieve better results.

by (6,942 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.