[qt/qt/qtquick3dphysics]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtquick3dphysics Pushed by mirror-service into branch '6.11'. Changed from 281f283d3130d5451b4f1bf878a090334db095df to a98b49f39a093c7e6cb101732faa5914008c216e Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 778c846449155f9bfde07709e6eb4b5da839d381 by Qt Cherry-pick Bot (on behalf of Jonas Karlsson) on 05/08/2026 at 15:13.. tests: stabilize test_auto_changescene Pick-to: 6.8 Change-Id: I8022aa8f6d729323ac93377858b8ffb92e1fb904 Reviewed-by: Kristoffer Skau <[email protected]> (cherry picked from commit 38a2cbe6186ec081985dacd1d863c16e37ab8c8b) Reviewed-by: Qt Cherry-pick Bot <[email protected]> (cherry picked from commit bd2d48fc1ecff69d2c8bb3802efa5abd5ea33bef) https://invent.kde.org/qt/qt/qtquick3dphysics/-/commit/778c846449155f9bfde07709e6eb4b5da839d381 Git commit a98b49f39a093c7e6cb101732faa5914008c216e by Qt Cherry-pick Bot (on behalf of Jonas Karlsson) on 05/08/2026 at 15:13.. Don't call fetchResults() unconditionally The QPhysicsWorld destructor called PxScene::fetchResults() unconditionally, even when the last simulate() call's results had already been fetched and no new simulate() had been issued since. PhysX rejects that as an illegal call ("fetchResults() called illegally! It must be called after advance() or simulate()"), which showed up as a warning during test teardown. Only fetch when a simulate() call is actually outstanding, matching the invariant simulateFrame() already tracks via m_frameFetched. Co-Authored-By: Claude Sonnet 5 <[email protected]> Pick-to: 6.8 Change-Id: Ic5fdf82fef1025005bd215853b1a5fdecdc8d8b6 Reviewed-by: Kristoffer Skau <[email protected]> (cherry picked from commit 90415ae9627be0b385f3c28eb0f6f59131e478e2) Reviewed-by: Qt Cherry-pick Bot <[email protected]> (cherry picked from commit d4969fd5176d68eae8f052e51de3cff0a87960f3) https://invent.kde.org/qt/qt/qtquick3dphysics/-/commit/a98b49f39a093c7e6cb101732faa5914008c216e