1. What did I do?
Using Pyside and QML I created a view3D with a camera and a simple sphere Model created using SphereGeometry from QtQuick3D.Helpers. The model was then set as pickable.
2. What did i excpect to happen?
I excpected the sphere Model to become pickable.
3. What happened instead?
Right after launching the script QML crashes with:
Windows fatal exception: access violation
Thread 0x00000948 (most recent call first):
If I set pickable to false the script no longer crashes and the sphere renders as excpected.
This happens both in QT Creator and when running from VS Code or terimanl.
Code and log attached