godot icon indicating copy to clipboard operation
godot copied to clipboard

Fix errors/crashes related to skipped imports

Open aaronp64 opened this issue 10 months ago • 0 comments

  • Added check for "animation/fps" key before attempting to use it in EditorSceneFormatImporterBlend::import_scene, to give error instead of crashing

  • Don't show "Advanced..." button if last import used "Keep File" or "Skip File"

  • Don't try to call ResourceLoader::load on kept/skipped file when changing importer, which would give an error

Fixes #90324

aaronp64 avatar Apr 23 '24 21:04 aaronp64