Syres916

Results 25 issues of Syres916

Fixes https://github.com/FreeCAD/FreeCAD/issues/11672 even though the root cause is user education, i.e. don't create two circles in the same location.

WB PartDesign

...to opening Addons using older methods. Tested with Gear Wb after recent changes to assist use with multiple Python and FreeCAD versions: https://github.com/looooo/freecad.gears/pull/141

Core

...and a warning message box for the change from the widget handling system units to now handling document units. This is following https://github.com/FreeCAD/FreeCAD/pull/9521 The Status Bar Wiki page needs some...

Core

### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description Only when new objects are created are the color and text...

Bug
Core
Help wanted
Preferences

Backport of https://github.com/FreeCAD/FreeCAD/pull/11786, tested successfully on 0.21 Branch using English and Portuguese

WB PartDesign

…and above In order to fix errors using Python 3.11.x and above while preserving ability for Python 3.10.x and below to still work correctly, example error from another workbench: ```...

Fixes #13562 , existing output window example: https://github.com/FreeCAD/FreeCAD/issues/13562#issue-2254619551 using this PR: ![CCXSolverTaskPanel](https://github.com/FreeCAD/FreeCAD/assets/46537884/c4e4fb65-e923-4235-9905-7d55246917d0)

WB FEM

Handle the situation where the user has a hard crash in Edit Mode by resetting parameter on entering 3D view. Fixes https://github.com/FreeCAD/FreeCAD/issues/13989 With PR applied to default material: ![HeadlightIntensity50](https://github.com/FreeCAD/FreeCAD/assets/46537884/d06f1616-c738-46df-a9df-0bdf94630cd5) versus...

Core
WB Sketcher

### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description Initially reported on the forum https://forum.freecad.org/viewtopic.php?t=87795 if an addon author saves...

UI/UX
Feature
Addon Manager

Fixes https://github.com/FreeCAD/FreeCAD/issues/14039 and https://github.com/FreeCAD/FreeCAD/issues/13991 It has meant the heading and description have been changed to description only. Current: ![Screenshot from 2024-05-25 20-08-15](https://github.com/FreeCAD/FreeCAD/assets/46537884/1344f1ff-20eb-4add-a23e-04701d39b46f) With this PR: ![Screenshot from 2024-05-25 20-11-36](https://github.com/FreeCAD/FreeCAD/assets/46537884/5b5f7668-d041-42f0-9f84-3987fa3eb2dc)