Stephen Gold
Stephen Gold
This may be closely related to #5328, please review the analysis there.
I thought this was an import issue. @tellypresence Is this an import issue, an export issue, or both?
@tellypresence Thank you for explaining the history behind this issue.
I tried importing both files using `assimp info` (built at Git hash 6004290) and there was no hang. @tellypresence What tool are you using to load these files?
When I use LWJGL 3.3.4 snapshot build 2 (built at Assimp git hash 56e0ba5) my application crashes while importing truck.3mf. The exact behavior varies from run to run, which might...
The crashes in my application occur when `aiReleaseImport()` is called. Since the `assimp` tool never releases the data structure, it does not crash. I modified Info.cpp to release the data...
I wrote a test application (in Java) that imports "truck.3mf" 40 times and prints the dimensions of the embedded texture (and does not release the scene data structure). Sometimes the...
Still failing as of Assimp Git hash 56e0ba5.
I'm experiencing a similar issue, where the first few imports go well but after a while imports of animated models return incomplete meshes. My issue isn't specific to FBX, nor...
The necessary files can be copy-pasted from the initial comment above. Here they are again, with a texture added: [Issue5232.tar.gz](https://github.com/assimp/assimp/files/12666308/Issue5232.tar.gz)