Assembly : Fix Fixed joint shortcut. Improve distance joint tooltip.
This commit is contained in:
committed by
Yorik van Havre
parent
08705ecb85
commit
89b14c9c0a
@@ -66,7 +66,7 @@ class CommandCreateJointFixed:
|
||||
"Assembly_CreateJointFixed",
|
||||
"Create a Fixed Joint",
|
||||
),
|
||||
"Accel": "J",
|
||||
"Accel": "F",
|
||||
"ToolTip": "<p>"
|
||||
+ QT_TRANSLATE_NOOP(
|
||||
"Assembly_CreateJointFixed",
|
||||
@@ -213,6 +213,12 @@ class CommandCreateJointDistance:
|
||||
"Assembly_CreateJointDistance",
|
||||
"Create a Distance Joint: Fix the distance between the selected objects.",
|
||||
)
|
||||
+ "</p><p>"
|
||||
+ 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.",
|
||||
)
|
||||
+ "</p>",
|
||||
"CmdType": "ForEdit",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user