Syres916

Results 283 comments of Syres916

It's by no means perfect and a bit hacky but a definite improvement https://github.com/FreeCAD/FreeCAD/compare/main...Syres916:FreeCAD:Sketch_Open_Possible_Fix gives:

Bringing in the realthunder preference won't do any harm IMHO and maybe can be PR'd with something along the lines of my suggestion so those that still want to keep...

Applying a `git revert c532683060284053439ea4cf39cd0768241c0640` at least gets me going.

Spoke too soon, part way through the compiling CAM, there's an error: ``` [ 73%] Building CXX object src/Mod/CAM/libarea/CMakeFiles/area.dir/pyarea.cpp.o /home/john/freecad-daily-source/src/Mod/CAM/libarea/pyarea.cpp:16:10: fatal error: pybind11/pybind11.h: No such file or directory 16 |...

So where's the documentation, there's been no change to https://wiki.freecad.org/Compile_on_Linux since 24th Feb 2025?

Some more (possibly) useful feedback using the AppImage in Safe Mode, no seg fault but a sea of red, Report View output: ``` 14:08:42 pyException: Traceback (most recent call last):...

Investigation findings so far, the last build to open the file file without any additional Report View output is: ``` OS: Linux Mint 22 (X-Cinnamon/cinnamon/xcb) Architecture: x86_64 Version: 1.1.0dev.39299 (Git)...

@wwmayer Git Bisect has pinpointed [commit](https://github.com/FreeCAD/FreeCAD/commit/c32628ec0df839bff092283a66a716657c78e7f1) as causing the errors [above](https://github.com/FreeCAD/FreeCAD/issues/18295#issuecomment-2517548870) when opening the BIMExample file. Is the way forward to delete all existing windows in the BIMExample file, recreate...

A quick test as a new user proves that this is caused by _AutoScale_ which is set to `Always` by default. In _Preferences, Sketcher > General > Scale upon first...

I'll compile the same commit using Qt6.7.2 and see if it behaves differently.