hlorus
hlorus
There are a few things i've noticed that don't work so far: - Tangent between two curves - Equal between a line and an arc - Vertical/Horizontal aligned distance Let...
Thanks for the report, this seems to be a bug in blender. There's now a bug report here: https://developer.blender.org/T103915
Yeah it might take a while but i guess you can ask there about the progress...
> **- missed a c20 initialization** > > D:\a\FreeCAD\FreeCAD\src\App\Application.cpp(1539,28): error C7555: use of designated initializers requires at least '/std:c++20' [C:\FC\build\src\App\FreeCADApp.vcxproj] > > void Application::addMeasureHandler(const char* module, std::function cb) { >...
This PR is now ready for review, iirc @chennes might be interested to help out?
> testing 2x ci issues here: #12081 thanks, i've cherry-picked the commits
> Nice work here, I have one suggestion. Set `ViewProvider::isPartOfPhysicalObject()` to false. Then the measurement won't affect the rotation center when the object center rotation mode is used. > >...
> I'm not having much success with the c2491 error on Win. Me neither unfortunately. > It appears that TechDrawExport is set to FREECAD_DECL_IMPORT when building MeasureBase, but should be...
> Should be MeasureExport. > > I tried fiddling with Measure_EXPORTS too, but I did not have any success. > > I had an idea on the airplane coming home...
Thanks for the input @sliptonic ! I agree that it should use the core selection state instead of tracking selection events itself. I was looking at how it's done in...