Chris
Chris
> I get a build error: > > ``` > […]FreeCAD/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:3155:33: error: no member named 'Warning' in 'Base::ConsoleSingleton' > 3155 | Base::Console().Warning("Placement: pos=(%f,%f,%f)\n", > | ~~~~~~~~~~~~~~~ ^ > 1 error...
i'll try and take a stab at this one and see what i can come up with. 🤞
i test this both the v1.0.2 release of freecad i use with homebrew. i am still using qt v5 and related deps so as previously mentioned not entirely sure this...
i just built freecad from source with python v3.13 and qt v6 provided by homebrew and am unable to reproduce this issue. it's very likely i could be missing something...
https://github.com/user-attachments/assets/be3787b9-b3b4-47e4-a810-47c6d553a579
if it matters i'll give this a bisect to see if i can at least figure when this stopped working.
> > if it matters i'll give this a bisect to see if i can at least figure when this stopped working. > > This fails on the earliest version...
i've tried to replicate this issue without much success. watched the above video several times. it looks like some of the steps to reproduce have been omitted just from watching...
thanks to the help with @Connor9220 we were able to reproduce this issue last night, for what ever reason it is a bit fussy to reproduce, but once i'm for...
i'm gunna start bisecting this one back from v1.0.2 in hopes of finding the commit 🤞