Import model without importing animation with it?

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

I’ve been importing dae models from sketchup and when put into the scene they all have an empty animation node. I can’t find anything to stop it from doing this.

My work around up to now is to import the model all separately (I can’t remember what it’s called in the import tab) so I had SceneRoot, the model and AnimationPlayer in the project folder and I deleted everything but the model. Is there a better way to go about this?
Thanks.

:bust_in_silhouette: Reply From: wombatstampede

In Godot: (3.1)
Click on a dae-file in the File Browser.
You’ll now see the current import settings for that file in the Import tab/sidebar.
Now either select one of the presets without Animation or:

Go to “Animation” and remove the checkmark on “import”.
Click on “Presets” and set "use as Standard for “Scene”.

Reimport the dae. (Button on bottom of tab)
Click on your other daes, make sure that the Import Animation checkbox is disabled and Reimport.