f3d-app / f3d

Fast and minimalist 3D viewer.
https://f3d.app
BSD 3-Clause "New" or "Revised" License
2.54k stars 182 forks source link

Fbx View is not working #1490

Closed hgeunkim closed 6 days ago

hgeunkim commented 6 days ago

Describe the bug I used f3d app and its python binding for mixamo https://www.mixamo.com/#/?page=1&type=Motion%2CMotionPack But it is not working with latest mixamo fbx.

image image

To Reproduce Steps to reproduce the behavior:

  1. Download the attached file and unzip. walking_fbx.zip

  2. Drop down 2 files on f3d app and play animation.

  3. One is shown properly, but another is not.

Expected behavior I hope to show latest mixamo fbx in a proper way.

System Information:

F3D Information Paste the content of f3d --version: F3D 2.4.0

F3D - A fast and minimalist 3D viewer Version: 2.4.0. Build date: 2024-04-03 14:39:50. Build system: Windows 64-bits. Compiler: MSVC 19.38.33135.0. External rendering module: ON. Raytracing module: ON. VTK version: 9.3.0-2200-g1312f8a726 (date: 20240312). Copyright (C) 2019-2021 Kitware SAS. Copyright (C) 2021-2024 Michael Migliore, Mathieu Westphal. License BSD-3-Clause. By Michael Migliore, Mathieu Westphal and Joachim Pouderoux.

Additional context Add any other context about the problem here.

mwestphal commented 6 days ago

Duplicate of this: https://github.com/f3d-app/f3d/issues/414

We have a fix to try as described here tough: https://github.com/assimp/assimp/issues/4620#issuecomment-2186209971

hgeunkim commented 6 days ago

Thank you for reply. As mentioned in the issue you left, is there a way to set AI_CONFIG_IMPORT_FBX_PRESERVE_PIVOTS in the f3d app and python binding?

mwestphal commented 6 days ago

I'm afraid not, but we will try this fix for the next release and see if it improve the situation with assimp.