godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
90.12k stars 21.16k forks source link

GLTF model causes godot importer to freeze (Blender can open it) #53825

Open Giwayume opened 2 years ago

Giwayume commented 2 years ago

Godot version

3.3.4 stable

System information

Windows 7 64 bit

Issue description

I have a gltf that freezes the editor. Blender has no problems opening this file.

Steps to reproduce

Create a new project and add the model uploaded below to the project. Upon importing, the editor freezes.

Minimal reproduction project

Add this model to a project, when it auto imports the editor freezes.

broken_model.zip

Giwayume commented 2 years ago

By the way if I edit the gltf json and remove the skin from the model, Godot no longer freezes and loads the model.

fire commented 2 years ago

Can you try the latest beta of 3.x branch? Some fixes by @lyuma were merged.

Giwayume commented 2 years ago

It doesn't freeze in the beta, but the model is invisible unless I remove the "skin" property. So, different problem.