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_ArmatureConstraint.rst')
-rw-r--r--doc/python_api/rst/bge_types/bge.types.BL_ArmatureConstraint.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/python_api/rst/bge_types/bge.types.BL_ArmatureConstraint.rst b/doc/python_api/rst/bge_types/bge.types.BL_ArmatureConstraint.rst
index 8a62d2d688f..d016b79cba0 100644
--- a/doc/python_api/rst/bge_types/bge.types.BL_ArmatureConstraint.rst
+++ b/doc/python_api/rst/bge_types/bge.types.BL_ArmatureConstraint.rst
@@ -9,16 +9,16 @@ base class --- :class:`PyObjectPlus`
Obtained through :class:`BL_ArmatureObject`.constraints.
.. note::
-
+
Not all armature constraints are supported in the GE.
-
+
.. attribute:: type
Type of constraint, (read-only).
Use one of :ref:`these constants<armatureconstraint-constants-type>`.
-
+
:type: integer, one of CONSTRAINT_TYPE_* constants
.. attribute:: name
@@ -42,7 +42,7 @@ base class --- :class:`PyObjectPlus`
:type: float.
.. note::
-
+
Only used if the target is a bone (i.e target object is an armature.
.. attribute:: lin_error
@@ -82,9 +82,9 @@ base class --- :class:`PyObjectPlus`
True if the constraint is active.
:type: boolean
-
+
.. note::
-
+
An inactive constraint does not update lin_error and rot_error.
.. attribute:: ik_weight
@@ -100,13 +100,13 @@ base class --- :class:`PyObjectPlus`
Type of IK constraint, (read-only).
Use one of :ref:`these constants<armatureconstraint-constants-ik-type>`.
-
+
:type: integer.
.. attribute:: ik_flag
Combination of IK constraint option flags, read-only.
-
+
Use one of :ref:`these constants<armatureconstraint-constants-ik-flag>`.
:type: integer
@@ -120,7 +120,7 @@ base class --- :class:`PyObjectPlus`
.. attribute:: ik_mode
Use one of :ref:`these constants<armatureconstraint-constants-ik-mode>`.
-
+
Additional mode for IK constraint. Currently only used for Distance constraint:
:type: integer