Sohler Günther
Sohler Günther
Hi Chris can you try for a moment to comment initialization of the thrown-Together-Renderer like so ? it fixed the problems in my side. diff --git a/src/gui/MainWindow.cc b/src/gui/MainWindow.cc index 6baf61b1b..606c050ed...
This sounds great! Will this build allow for debug in a native debugger ? (step through the code ,set breakpoints and watch crashes ?) On Wed, Feb 7, 2024 at...
Hi Matthieu Yes of course, It's very true that you have contributed quite a lot to my fork, especially with the editor and operators and the nice walk-through tutorial. When...
1) we can change 2) can be fixed 3) it works here, you were too fast changing all NULL will nullptr :) 4) python heavily used the INCREF and DECREF...
Probably this can be activated again, But the two others in PyOpenSCADObjectToNodeMuli probably not because the object is probably used after it got freed too early. I have a hard...
sorry, i meant to comment those lines again Locally I prefer python3.11 for other reasons, we can have those 2 lines deleted/commented. # SET(PYTHON_LIBRARIES "/lib64/libpython3.11.so.1.0" ) # SET(PYTHON_INCLUDE_DIRS "/usr/include/python3.11/" )...
Yes you are right. I have reverted to yesterday's version Sorry I did not notice the green flag(it was red for so long) Having the PR clean is way more...
nopehead no . it contains some infrastructure, but real/useful functionality is missing yet
I like the movement! But to get this really useful, it must become possible to set the solid name individually for every sub-tree which probably results in adding an additional...
i think for binary stl you definitely have to terminate with '\0' instead of newline, else the newline becomes part of the solid name, which might confuse other programs, On...