diff --git a/src/Mod/Assembly/JointObject.py b/src/Mod/Assembly/JointObject.py index aaac54feaa..c5229c4978 100644 --- a/src/Mod/Assembly/JointObject.py +++ b/src/Mod/Assembly/JointObject.py @@ -1522,7 +1522,8 @@ class TaskAssemblyCreateJoint(QtCore.QObject): self.joint = self.assembly.newObject("App::FeaturePython", "Temporary joint") else: joint_group = UtilsAssembly.getJointGroup(self.assembly) - self.joint = joint_group.newObject("App::FeaturePython", self.jointName) + self.joint = joint_group.newObject("App::FeaturePython", "Joint") + self.joint.Label = self.jointName Joint(self.joint, type_index) ViewProviderJoint(self.joint.ViewObject)