I'm playing around with this repo: https://github.com/qt-labs/qt3d-editor
My observation:
- When using Qt 5.9.0, 5.9.1, 5.9.2, 5.9.3 and 5.9.4, the application can import files, like STL.
- But with Qt 5.9.5 and 5.9.6 the application cannot import any file, it gets stuck in import process and never finishes importing. Also, the same issue happens when working with Qt 5.11.
I assume it might be related to Qt3D module. The 5.9.5 change log for Qt3D mentions that only minor code improvements are done. Can anybody give a hint why this is happening?
The screen shot of import button getting stuck is shown below: