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.BL_ArmatureActuator.rst')
-rw-r--r--doc/python_api/rst/bge_types/bge.types.BL_ArmatureActuator.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/python_api/rst/bge_types/bge.types.BL_ArmatureActuator.rst b/doc/python_api/rst/bge_types/bge.types.BL_ArmatureActuator.rst
index d60782dde32..98be2b8da06 100644
--- a/doc/python_api/rst/bge_types/bge.types.BL_ArmatureActuator.rst
+++ b/doc/python_api/rst/bge_types/bge.types.BL_ArmatureActuator.rst
@@ -32,9 +32,9 @@ base class --- :class:`SCA_IActuator`
The object that this actuator will set as secondary target to the constraint it controls.
:type: :class:`KX_GameObject`.
-
+
.. note::
-
+
Currently, the only secondary target is the pole target for IK constraint.
.. attribute:: weight
@@ -44,11 +44,11 @@ base class --- :class:`SCA_IActuator`
:type: float.
.. note::
-
+
Currently only the IK constraint has a weight. It must be a value between 0 and 1.
.. note::
-
+
A weight of 0 disables a constraint while still updating constraint runtime values (see :class:`BL_ArmatureConstraint`)
.. attribute:: influence