Thomas Herrmann
Thomas Herrmann
Result when running it on my full application: `(venv_nuit11) bklronin@Mini-von-Thomas Development % python -m pip install -U --force-reinstall "https://github.com/Nuitka/Nuitka/archive/factory.zip" Collecting https://github.com/Nuitka/Nuitka/archive/factory.zip Downloading https://github.com/Nuitka/Nuitka/archive/factory.zip - 5.7 MB 7.8 MB/s 0:00:00 Installing...
I was just too curious if the whole thing would compile and too lazy to copy and paste the minimal app.py :D Exciting to watch.
I could test on mac arm/intel and win10 but earliest in two months (ish).
If you select the previously imported model in the listview on the right it should work. It's not selected as current model so the solver fails. From memory at least.
Cool, I do see it a bit as some sort of "timeline" with a single object in focus. Kind of. So when I add any external parts to check if...
Would that even be necessary? Usually objects are imported gradually and the last part is usually constrained to somehting that was there before. Step by step.
`echo $XDG_SESSION_TYPE` says its X11. HAvent tried on wayland as the other PCs are X11 too I think This is a thing for as long as I´m using Solvespace starting...
The oracle said t might be something like this in the GDK FilterReturn Function: ``` static GdkFilterReturn GdkSpnavFilter(GdkXEvent *gdkXEvent, GdkEvent *gdkEvent, gpointer data) { XEvent *xEvent = (XEvent *)gdkXEvent; WindowImplGtk...
I found a "workaround", when minimizeing the window the spacemouse is not processed. However I had a closer look and wrote some code that tries to use get_pointer() and sees...
I thought this should work as it prints the statement only when the mouse is in the window but I can´t filter out the Spacemouse events accordingly. I guess because...