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:
authorCampbell Barton <ideasman42@gmail.com>2012-11-22 12:30:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-22 12:30:54 +0400
commit762016c74602102634ec2e692433c0feab7952e7 (patch)
treefaca7ed8321c5f97e166dd1d2c033e1589871b91 /doc/python_api/rst/bge.logic.rst
parent74ffa7bb8a3f537167c61b512c60534065bedfbe (diff)
indentation edits
Diffstat (limited to 'doc/python_api/rst/bge.logic.rst')
-rw-r--r--doc/python_api/rst/bge.logic.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/python_api/rst/bge.logic.rst b/doc/python_api/rst/bge.logic.rst
index e331d7038cb..d3a5e3d7c2f 100644
--- a/doc/python_api/rst/bge.logic.rst
+++ b/doc/python_api/rst/bge.logic.rst
@@ -1025,43 +1025,43 @@ Armature Channel
.. data:: ROT_QUAT
Use quaternion in rotation attribute to update bone rotation.
-
+
:value: 0
.. data:: ROT_XYZ
Use euler_rotation and apply angles on bone's Z, Y, X axis successively.
-
+
:value: 1
.. data:: ROT_XZY
Use euler_rotation and apply angles on bone's Y, Z, X axis successively.
-
+
:value: 2
.. data:: ROT_YXZ
Use euler_rotation and apply angles on bone's Z, X, Y axis successively.
-
+
:value: 3
.. data:: ROT_YZX
Use euler_rotation and apply angles on bone's X, Z, Y axis successively.
-
+
:value: 4
.. data:: ROT_ZXY
Use euler_rotation and apply angles on bone's Y, X, Z axis successively.
-
+
:value: 5
.. data:: ROT_ZYX
Use euler_rotation and apply angles on bone's X, Y, Z axis successively.
-
+
:value: 6