Bernhard
Bernhard
`while True` is a pretty nasty statement :-) The whole viewer is websockets and asynchronous javascript and somewhere in the call chain some component seems to queue requests. It is...
I let perplexity deep research this and it seems to be a behavior of the websockets package (https://github.com/websockets/ws). The recommendation is e.g. to throttle the sending of messages, which is...
This is not a quick fix, it needs some deeper analysis.
Sorry it took so long **TL;DR;** Needed change: `render_joints=True` shall not change the relevant part of the internal object tree **EXPLANATION** Sorry, it's a long explanation - mainly to document...
Fixed in 3.0.0
There is no way for me to reproduce this. My guess is that it has something to do with the linux graphic driver. We already had all sorts of strange...
Maybe post it in the build123d discord channel, link see https://github.com/gumyr/build123d
btw., there are newer drives 24.3.4 (maybe wouldn't go immediately for 25.0.1) https://docs.mesa3d.org/relnotes/24.3.2.html
see also https://github.com/bernhard-42/three-cad-viewer/issues/23
I have added ``` body { user-select: none; overflow: hidden; background-color: var(--tcv-bg-color); } ``` to three-cad-viewer. Is this still an issue?