Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/python_api/rst/bge_types/bge.types.KX_ArmatureSensor.rst')
-rw-r--r--doc/python_api/rst/bge_types/bge.types.KX_ArmatureSensor.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/python_api/rst/bge_types/bge.types.KX_ArmatureSensor.rst b/doc/python_api/rst/bge_types/bge.types.KX_ArmatureSensor.rst
index ca617395a69..d69f08ad46b 100644
--- a/doc/python_api/rst/bge_types/bge.types.KX_ArmatureSensor.rst
+++ b/doc/python_api/rst/bge_types/bge.types.KX_ArmatureSensor.rst
@@ -10,7 +10,7 @@ base class --- :class:`SCA_ISensor`
.. attribute:: type
The type of measurement that the sensor make when it is active.
-
+
Can be one of :ref:`these constants <armaturesensor-type>`
:type: integer.
@@ -22,7 +22,7 @@ base class --- :class:`SCA_ISensor`
:type: :class:`BL_ArmatureConstraint`
.. attribute:: value
-
+
The threshold used in the comparison with the constraint error
The linear error is only updated on CopyPose/Distance IK constraint with iTaSC solver
The rotation error is only updated on CopyPose+rotation IK constraint with iTaSC solver
@@ -31,4 +31,3 @@ base class --- :class:`SCA_ISensor`
The linear error on Distance can be positive if the distance between the bone and the target is greater than the desired distance, and negative if the distance is smaller.
:type: float
-