-
Notifications
You must be signed in to change notification settings - Fork 283
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
GLB to OBJ / MTL issue #313
Comments
Not better with GLTF source. |
I am reproducing the same behaviour, it locks up. I have had success with some files before. IDK enough about the file types to know what the differences would be, but GLB exported form Blender 3.4 worked fine, GLB export from Blender 4.3 causes the loop. I have also tried converting the GLB to GLTF and the problem the same. I'll see if I can look into it |
Okay, so this is the cause of the error, and it's hanging because it's not catching the exception. The worker thread exits presumably with the unhandled exception, but the QApplication thread is hanging waiting for a progress update or something like it: The following update gets us a clean exit:
I'm just following the backtrace here, @HuguesDelorme you'd know far better than I what it really amounts to re the input file. Here's a mesh to reproduce, in binary format but with an extension to fool GH's CDN. I'm reproducing on both OpenCascade 7.8.1 and 7.6.3. Cheers |
Hello, thank you so much to investigate the issue. Best regards. |
@stellarpower |
Hello,
I try to convert GLB files with textures in OBJ / MTL and the application goes in infinite loop. No file is created.
2019_bugatti_divo.zip
2014__volkswagen_gti_roadster_vision_gt_gr.3.glb.zip
The text was updated successfully, but these errors were encountered: