0

I'm playing around with this repo: https://github.com/qt-labs/qt3d-editor

My observation:

  1. 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.
  2. 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:

screen shot of import button getting stuck

Megidd
  • 7,089
  • 6
  • 65
  • 142
  • 3
    Run the app under a debugger to find out what it's doing when it appears to be stuck. – G.M. Jul 29 '18 at 07:36

1 Answers1

0

Tested with Qt 5.11.2 and it works fine. Take a look at this:

Importing objects in Qt3D doesn't work but there's not error message

Megidd
  • 7,089
  • 6
  • 65
  • 142