Is it possible to create 3D animation short movies with Godot?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By tautologias345

I don’t want to use a video editor like Shotcut.

:bust_in_silhouette: Reply From: ener

hi,

with the help of an AnimationPlayer you can animate 3D nodes trough manipulating their properties (position, rotation, scale, color, …) and add the new values with key-frames to the animation.

Here are some Tutorial’s from the documentation. There is a demo with the features which are used by the animation player in Godot. This can be used in 2D and 3D scenes.

You can create with that animations like in-game-cutszenes, but I think you can not export or render these animations as ‘video’s’ to watch it in an external video-player.

:bust_in_silhouette: Reply From: Ertain

A user could make a 3D video with the engine. But it requires setting up the animated models correctly, as well as putting the camera in the right spot. The 3D models would probably need to be animated by hand in a modeling program, since model animations like that can’t be done in the editor. Also, the user would have to record the animated scene with an outside program like OBS.

:bust_in_silhouette: Reply From: theMX89

sure, its possible. but as ertaln already said, it would be kind of hard. i would recomend to use a modeling/animating software like blender or maya :smiley: