Syres916
Syres916
OK, I'm back at my desk, the following three should be `true` by default: ``` BaseApp\Preferences\Mod\Part\Boolean\CheckModel BaseApp\Preferences\Mod\Part\Boolean\RefineModel BaseApp\Preferences\Mod\PartDesign\RefineModel ```
Ideally the test should be written to include the Refining of the compound edges so it doesn't matter which config files are used to run the tests but as all...
@psommerfeld is it not the reason for the `Lock Position` boolean property that if the user wants any View or Annotation to stay in the exact position on the paper?
Some users, especially Windows users who don't necessarily work in the Command Prompt very often or at all may find it easier to just have a macro that they can...
> perhaps we should embed this into the WB? Absolutely no issue with you adding it, we may have to modify it in the future for Snap users, there's some...
@shaise as expected the update to AddonManager broke my previous code, hopefully this will work for a while: ``` module_to_install = "networkx" import os import FreeCAD import addonmanager_utilities as utils...
Plenty of testing on Linux and Windows but I've no access to a Mac or any variety of Snap builds but here's a list that were all successful back to...
@shaise the 1.1dev AddonManager (hopefully) has been fixed with regard to Snaps and AppImages ([commit](https://github.com/FreeCAD/FreeCAD/commit/f92fcbd089695c155c16bd0019f36544a78e2166)) and I've amended the macro above to include the Snap fix. The 1.0 branch should...
I'm glad I noted all the builds that I tested my code on because the latest 40408 is already been broken, too many changes going on at the moment.
@AIRCAP I've been testing your PR as much to give me confidence that my non-Part Design heavy Part Boolean models aren't going to break and so far the only errors...