Benjamin Nauck

Results 9 issues of Benjamin Nauck

I don't know if this will solve the bug you describe in the comment (haven't tried it) but it looks like there might be a typo in the implementation of...

This pull request introduces a "Safe Mode" feature, which temporarily disables user configurations, addons, themes, etc. In this mode, FreeCAD runs in a "factory-reset" like state, which helps diagnose issues...

Mod: Core
Needs backport

There's a lot of static functions in `AssemblyObject` used to live in `AssemblyUtils`, apparently it was due to an exporting issue which was described here: https://forum.freecad.org/viewtopic.php?p=729577#p729577 The issue seems to...

Mod: Assembly

[Qt 6.7.3 changed default based on platform](https://github.com/qt/qtbase/commit/a2aa1f81a81) which made macOS hide all icons. This as Apple's guidelines says that menus shouldn't include icons. We already set this attribute (`AA_DontShowMenuIcons`) to...

Mod: Core

Adds new option in sketcher settings to specify if the camera should align to the sketch when entering edit. The default value is to align the camera to the sketch...

Mod: Sketcher

Nothing major though CIDs are available in the commit messages Let me know if you'd like these commits constructed in another way.

Mod: Sketcher

By using `contains()` and `isEmpty()` instead of `count()` and `std::find()` we express the intent better and avoid a lot of implicit conversions from `int` to `bool`.

Mod: Core
Mod: CAM
Mod: Part
Mod: Spreadsheet
Mod: Sketcher
Mod: Materials
Approved

### Is there an existing issue for this? - [x] I have searched the existing issues ### Problem description The PR https://github.com/FreeCAD/FreeCAD/pull/21015 fixes an important issue but could be improved...

Mod: Part Design
Coding: Refactor

Cherry pick (with cleanup) of @wwmayer's fix in 3e578cb From commit: > This is a left-over of the regressions introduced with PR 18126. > Thanks to some moderinization of the...

Mod: Core