Skip to content

Unable to import FBX model in 4.4.dev #96223

Closed
@takethebait

Description

@takethebait

Tested versions

  • Reproducible in 4.4.dev [108c603]
  • Not reproducible in 4.3.stable [77dcf97]

System information

Godot v4.4.dev.mono (108c603) - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3070 (NVIDIA; 32.0.15.6094) - AMD Ryzen 9 3900X 12-Core Processor (24 Threads)

Issue description

When importing a mixamo character as an FBX in 4.4.dev, its not possible to instantiate it in a scene. The import process itself runs without issues however when attempting to drag the model into the scenes the output log is spammed with the following errors:

Errors

To note may be that when importing the same model in 4.3.stable the following warnings are logged:

Warnings 2

I don't know if that is relevant, I just wanted to mention it in case there are issues with the model itself.

It was possible to import the character without issues in 4.3.stable. It was also possible to instantiate the model in 4.4.dev when performing the import in 4.3.stable and then opening the project in 4.4.

The models I've tested were the X-Bot as well as the Alien Soldier with both failing with the same errors.

Also I'm using the following props in my custom.py:

production = "yes"
module_camera_enabled = "no"
module_mobile_vr_enabled = "no"
module_mono_enabled = "yes"
module_openxr_enabled = "no"
module_webrtc_enabled = "no"
module_websocket_enabled = "no"
module_webxr_enabled = "no"

Steps to reproduce

  • Create a new project
  • Import a mixamo character exported as FBX Binary into the project
  • Attempt to drag it into the scene

Minimal reproduction project (MRP)

N/A

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    • Status

      Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions