Benjamin Bræstrup Sayoc

Results 152 comments of Benjamin Bræstrup Sayoc

However, if one tries to create a rectangle in FreeCAD Sketcher, SIGSEGV happen. Vertices and distance constraints work fine, but arcs, rectangles and lines causes a crash. @luzpaz, @katepavlu, @euphi...

@rmu75 just to clarify: it works using sketcher having compiled FreeCAD with this Coin branch? And you are sure you chose EGL build when compiling coin, using build flag?

@rmu75, if you used the `COIN_BUILD_EGL`, then it should be EGL I guess. But I have no idea how to check. Qt will spit out Wayland warning even if not...

> I managed to compile libcoin and FreeCAD with `cmake -DCOIN_BUILD_EGL=ON` for libcoin. FreeCAD shows the splash screen but then crashes when the main window attempts to open: > >...

Me and @hyarion have been considered what might be needed to maintain Coin for future use in FreeCAD. This includes EGL support and reaction to OpenGL currently being outphased in...

> Note that the fix for issue https://github.com/FreeCAD/FreeCAD/issues/11452 (PR https://github.com/FreeCAD/FreeCAD/pull/18771) seems to correct the wrong alignment with comma decimal separators and descenders. This is still an issue. > Maybe we...

Early Christmas present! Just curious, how much time did you spend working on this?

@maxwxyz, I will resolve the conflicts once the feature freeze is over.

~~I have no idea to why `testPartCompoundCut2` fails, or how it is even affected by this change (that is related to `Base::Reader`) when the test does not save or restore...