Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
QDS 1.5.0 Beta1
-
None
-
2
-
d39f89d13bab9abeb431eb4d6508300dc82f6c6e (qt-creator/qt-creator/qds-1.50)
-
QDS 3D - Week 17/18
Description
Encountered an error "Component could not be created" when importing the attached 3D assets "lowpolycar.glb" and "lowpoly_car.obj" simultaneously. When testing this, Design Studio also crashed a couple of times at the time of importing the assets, but I could not find a reliable way to reproduce the crash. It seemed to happen randomly.
Steps to reproduce:
- Create a new project
- Click "Add New Assets.." button in the Assets tab
- Multiselect the "lowpolycar.glb" and lowpoly_car.obj" assets and click "Open"
- Click Import (if the Design Studio crashes, it happens at this point)
- Go to QML Types tab and add the imports by clicking the flow tag buttons
- Under "My Quick3D Components" section it can be seen that a thumbnail for "lowpolycar" was created correctly but for the lowpoly_car it is not what is should be
- Drag and drop both items to the rectangle in the navigator
- Navigator shows an error in the lowpoly_car component (see picture)
- Right click the lowpoly_car in the navigator and choose "Go into component"
- Click the Text Edit open
- There is a Timeline in the qml file that should not be there, it belongs to the other imported component (see picture)
If the assets are imported separately, or "lowpoly_car.obj" is renamed to something completely different, no errors occur.