From 6c8be2393ec9e0ae792b970b6bde30e16e7674cc Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 9 Jan 2026 02:02:33 +0100 Subject: [PATCH] Specify units for angles in the LookAtModifier3D documentation --- doc/classes/LookAtModifier3D.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/classes/LookAtModifier3D.xml b/doc/classes/LookAtModifier3D.xml index dbdb92709c..48f9d4b970 100644 --- a/doc/classes/LookAtModifier3D.xml +++ b/doc/classes/LookAtModifier3D.xml @@ -74,19 +74,19 @@ If [code]1.0[/code], no damping is performed. If [code]0.0[/code], damping is always performed. - The limit angle of the primary rotation when [member symmetry_limitation] is [code]true[/code]. + The limit angle of the primary rotation when [member symmetry_limitation] is [code]true[/code], in radians. The threshold to start damping for [member primary_negative_limit_angle]. - The limit angle of negative side of the primary rotation when [member symmetry_limitation] is [code]false[/code]. + The limit angle of negative side of the primary rotation when [member symmetry_limitation] is [code]false[/code], in radians. The threshold to start damping for [member primary_positive_limit_angle]. - The limit angle of positive side of the primary rotation when [member symmetry_limitation] is [code]false[/code]. + The limit angle of positive side of the primary rotation when [member symmetry_limitation] is [code]false[/code], in radians. The axis of the first rotation. This [SkeletonModifier3D] works by compositing the rotation by Euler angles to prevent to rotate the [member forward_axis]. @@ -98,19 +98,19 @@ The threshold to start damping for [member secondary_limit_angle]. - The limit angle of the secondary rotation when [member symmetry_limitation] is [code]true[/code]. + The limit angle of the secondary rotation when [member symmetry_limitation] is [code]true[/code], in radians. The threshold to start damping for [member secondary_negative_limit_angle]. - The limit angle of negative side of the secondary rotation when [member symmetry_limitation] is [code]false[/code]. + The limit angle of negative side of the secondary rotation when [member symmetry_limitation] is [code]false[/code], in radians. The threshold to start damping for [member secondary_positive_limit_angle]. - The limit angle of positive side of the secondary rotation when [member symmetry_limitation] is [code]false[/code]. + The limit angle of positive side of the secondary rotation when [member symmetry_limitation] is [code]false[/code], in radians. If [code]true[/code], the limitations are spread from the bone symmetrically.