Chris Hennes
Chris Hennes
I guess just something like "Snap launch of OpenSCAD broken"
I believe this was fixed by 3f118b52bc62db6a5ca85daafaa2c021411e7177, but if not please re-open.
FYI compiling against Qt6 with MSVC activates the `/permissive-` option, which we don't currently support. PR #11014 will address these issues.
Is it possible to create the point if it doesn't exist? Just generate one as part of the process? ETA: We discussed this in Discord and are concerned about the...
I will try to remember to look at this tonight when I have access to a Windows machine.
In order to use the classes in Geo.h in the tests, they all have to be defined with the `SketcherExport` macro, e.g. ``` class SketcherExport DeriVector2 { ... ```
From a feature standpoint I think this is good to merge, leaving as potential future work the auto-generation of the needed point (there is some undo complication in that generation,...
> These commits were apparently lost when I force pushed. Do you have them on your machine? Not worth trying to find them, all I did was add the appropriate...
Yeah, something like ``` #ifdef FC_OS_WIN32 #define _USE_MATH_DEFINES #endif ```
This is happening pretty deep inside Qt -- have you searched for issues in other packages using Qt? There's not much point in our submitting a bug report to them...