This commit is contained in:
PaddleStroke
2024-11-07 10:01:52 +01:00
committed by Chris Hennes
parent 4f2bd32048
commit 035e863592
3 changed files with 10 additions and 10 deletions

View File

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