From 89b14c9c0a76b6c0bf9ce7668d4cb490d555fd96 Mon Sep 17 00:00:00 2001 From: PaddleStroke Date: Wed, 14 Feb 2024 17:24:32 +0100 Subject: [PATCH] Assembly : Fix Fixed joint shortcut. Improve distance joint tooltip. --- src/Mod/Assembly/CommandCreateJoint.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Mod/Assembly/CommandCreateJoint.py b/src/Mod/Assembly/CommandCreateJoint.py index e5d0509d18..e741513772 100644 --- a/src/Mod/Assembly/CommandCreateJoint.py +++ b/src/Mod/Assembly/CommandCreateJoint.py @@ -66,7 +66,7 @@ class CommandCreateJointFixed: "Assembly_CreateJointFixed", "Create a Fixed Joint", ), - "Accel": "J", + "Accel": "F", "ToolTip": "

" + QT_TRANSLATE_NOOP( "Assembly_CreateJointFixed", @@ -213,6 +213,12 @@ class CommandCreateJointDistance: "Assembly_CreateJointDistance", "Create a Distance Joint: Fix the distance between the selected objects.", ) + + "

" + + QT_TRANSLATE_NOOP( + "Assembly_CreateJointDistance", + "It can be used to create a lot of different joints based on the selection." + "For example a distance of 0 between a plane and a cylinder is a tangent. A distance of 0 between planes will make them coplanar. And so on.", + ) + "

", "CmdType": "ForEdit", }