Merge branch 'main' into bgbsww-toponamingAddFeatureRefine

This commit is contained in:
bgbsww
2024-09-27 16:26:27 -04:00
committed by GitHub
802 changed files with 43326 additions and 39055 deletions

View File

@@ -30,6 +30,7 @@ App = FreeCAD
class TestMultiTransform(unittest.TestCase):
def setUp(self):
self.Doc = FreeCAD.newDocument("PartDesignTestMultiTransform")
FreeCAD.ConfigSet("SuppressRecomputeRequiredDialog", "True")
def testMultiTransform(self):
self.Body = self.Doc.addObject('PartDesign::Body','Body')
@@ -137,5 +138,6 @@ class TestMultiTransform(unittest.TestCase):
def tearDown(self):
#closing doc
FreeCAD.closeDocument("PartDesignTestMultiTransform")
# print ("omit closing document for debugging")
FreeCAD.ConfigSet("SuppressRecomputeRequiredDialog", "")
#print ("omit closing document for debugging")