Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing issues on 5.2 - Import window & Crash #70

Open
deanvaessen opened this issue Jun 16, 2023 · 2 comments
Open

Importing issues on 5.2 - Import window & Crash #70

deanvaessen opened this issue Jun 16, 2023 · 2 comments

Comments

@deanvaessen
Copy link

deanvaessen commented Jun 16, 2023

Couple things I noticed on 5.2:

  • Epic's interchange format plugin and the legacy GLTF importer plugins have to be disabled, otherwise they override the import window.
    This is problematic because the MeshPainting plugin relies on these, and you therefore need to disable it too to get the import window to pop up.
  • I seem to hit a crash upon import. The callstack points out that upon import, Unreal calls the engine's SkeletalMeshReduction plugin, and crashes on a check at SkeletalMeshReductionPlugin.cpp, line 2072, which reads:
    check(BaseLOD < LODIndex);

To note, I applied the build fix at #65

@deanvaessen deanvaessen changed the title 5.2 Importing issues on 5.2 - Import window & Crash Jun 16, 2023
@jixingcn
Copy link
Contributor

jixingcn commented Jun 16, 2023

Thanks for your response.

New engine import glTF file by the Interchange plugin. So they take all control of importers and exporters.
I will add an entry in the Windows menu. The menu entry can import the glTF by this plugin.

@deanvaessen did you use this plugin to import a gltf file when the crash happened? I think you also have to disable the Interchange plugin if you want to use this plugin.

@deanvaessen
Copy link
Author

did you use this plugin to import a gltf file when the crash happened? I think you also have to disable the Interchange plugin if you want to use this plugin.

It was an import of a .glb file, interchange was off for the test so that I could get the glTFForUE4 import window.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants