Syres916

Results 283 comments of Syres916

> AFAICS this should mean that `Part::TopoShape::fix()` isn't the root cause of the regression (LS3 too has that method, haven't checked line-by-line if it's the same, stopped looking at the...

Even though many hours has been consumed, very little progress made with the bisect, going to be a long night.

I've had to call it a day, wasted all night trying to fix uncompilable commits so someone else will have to try to find the commit. Just a note if...

For me, there's two main points: 1) Having seen numerous PRs making the the first letter of the second word of a command/tooltip be changed to lowercase (I believe @Roy-043...

@Roy-043 the changes I made to Behave-dark locally are: ``` QToolBar[objectName="Draft snap"] QToolButton, QToolBar[objectName="draft_snap_widget"] QToolButton { border: 1px solid transparent; border-radius: 1.9px; padding: 0px; } QToolBar[objectName="Draft snap"] QToolButton:checked, QToolBar[objectName="draft_snap_widget"] QToolButton:checked...

@Roy-043 by all means give [this](https://github.com/FreeCAD/FreeCAD/compare/main...Syres916:FreeCAD:Draft_Snap_ToolBar_Correct_Padding) a try

@mwganson are you aware of the warnings/errors reported by the MeshRemodel Wb (see OP) using weekly builds based on more recent libraries?

@3dRikal these: ``` 16:32:17 Could not resolve property : #%D0%91%D0%B5%D0%B7%D1%8B%D0%BC%D1%8F%D0%BD%D0%BD%D1%8B%D0%B9_%D0%B3%D1%80%D0%B0%D0%B4%D0%B8%D0%B5%D0%BD%D1%82_114 16:32:17 Could not resolve property : #%D0%91%D0%B5%D0%B7%D1%8B%D0%BC%D1%8F%D0%BD%D0%BD%D1%8B%D0%B9_%D0%B3%D1%80%D0%B0%D0%B4%D0%B8%D0%B5%D0%BD%D1%82_114 ``` appear to be from the AddonManager local cache, on a system that...

Works with OCC 7.8.1 as well. ``` OS: Linux Mint 20.3 (X-Cinnamon/cinnamon) Word size of FreeCAD: 64-bit Version: 0.22.0dev.38331 (Git) Build type: Release Branch: main Hash: e4e17cf398294c75dc5a09dac3ee6b2bb778fa52 Python 3.8.10, Qt...

> it is necessary to create a body to create datum elements. Only then they can be dragged in the assembly container. I genuinely don't know where this is coming...