From fd22d782d62ab6481cc880d32737bd4573e0e644 Mon Sep 17 00:00:00 2001 From: dupoxy Date: Tue, 28 Nov 2023 00:49:11 +0100 Subject: [PATCH 1/3] Fix #104628: Correct linear and angular options in the limits tab for rigid body generic constraint "linear" and "angular" options in the "limits" tab have been reversed. --- .../rigid_body/constraints/types/generic.rst | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/manual/physics/rigid_body/constraints/types/generic.rst b/manual/physics/rigid_body/constraints/types/generic.rst index 669983449..be53688fe 100644 --- a/manual/physics/rigid_body/constraints/types/generic.rst +++ b/manual/physics/rigid_body/constraints/types/generic.rst @@ -26,6 +26,14 @@ Options Limits Angular + X Angle, Y Angle, Z Angle + Enables/disables limit rotation around X, Y or Z axis respectively. + + Lower + Lower limit of rotation for X, Y or Z axis respectively. + Upper + Upper limit of rotation for X, Y or Z axis respectively. + Linear X Axis, Y Axis, Z Axis Enables/disables limit translation on X, Y or Z axis respectively. @@ -33,11 +41,5 @@ Limits Lower limit of translation for X, Y or Z axis respectively. Upper Upper limit of translation for X, Y or Z axis respectively. - Linear - X Angle, Y Angle, Z Angle - Enables/disables limit rotation around X, Y or Z axis respectively. - Lower - Lower limit of rotation for X, Y or Z axis respectively. - Upper - Upper limit of rotation for X, Y or Z axis respectively. + \ No newline at end of file -- 2.30.2 From 2927a8c0b186c2527dd75469c350cb732c4e26f9 Mon Sep 17 00:00:00 2001 From: dupoxy Date: Tue, 28 Nov 2023 02:23:12 +0100 Subject: [PATCH 2/3] remove new line --- manual/physics/rigid_body/constraints/types/generic.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manual/physics/rigid_body/constraints/types/generic.rst b/manual/physics/rigid_body/constraints/types/generic.rst index be53688fe..91984e20b 100644 --- a/manual/physics/rigid_body/constraints/types/generic.rst +++ b/manual/physics/rigid_body/constraints/types/generic.rst @@ -41,5 +41,4 @@ Limits Lower limit of translation for X, Y or Z axis respectively. Upper Upper limit of translation for X, Y or Z axis respectively. - - \ No newline at end of file + \ No newline at end of file -- 2.30.2 From e1cf1ed5f209329b5a517d729cd34ebd6bdaa6ed Mon Sep 17 00:00:00 2001 From: dupoxy Date: Tue, 28 Nov 2023 02:29:31 +0100 Subject: [PATCH 3/3] remove space --- manual/physics/rigid_body/constraints/types/generic.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/manual/physics/rigid_body/constraints/types/generic.rst b/manual/physics/rigid_body/constraints/types/generic.rst index 91984e20b..e86f1db69 100644 --- a/manual/physics/rigid_body/constraints/types/generic.rst +++ b/manual/physics/rigid_body/constraints/types/generic.rst @@ -41,4 +41,3 @@ Limits Lower limit of translation for X, Y or Z axis respectively. Upper Upper limit of translation for X, Y or Z axis respectively. - \ No newline at end of file -- 2.30.2