Support macros and console logs in Assembly

This commit is contained in:
bgbsww
2024-09-19 20:35:46 -04:00
committed by Chris Hennes
parent 3395a8d4a7
commit 48c65aed76
14 changed files with 212 additions and 37 deletions

View File

@@ -1417,6 +1417,9 @@ class TaskAssemblyCreateJoint(QtCore.QObject):
else:
self.joint.Document.removeObject(self.joint.Name)
cmds = UtilsAssembly.generatePropertySettings("obj", self.joint)
Gui.doCommand(cmds)
App.closeActiveTransaction()
return True