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:
authorJacques Guignot <guignot@wanadoo.fr>2004-07-28 13:00:46 +0400
committerJacques Guignot <guignot@wanadoo.fr>2004-07-28 13:00:46 +0400
commit2f5c4123d62bb010f9605f3ee8c9c883843cd5ea (patch)
treea19b4c5997fadd89d9e977c4b9f46e7cf06e013f /source/blender/python/api2_2x/doc/Mathutils.py
parent595be0fed560fd8f67fbb9f7768aa7279782d674 (diff)
fixed a typo in Mathutil.Matrix (inverse --> invert)
Diffstat (limited to 'source/blender/python/api2_2x/doc/Mathutils.py')
-rw-r--r--source/blender/python/api2_2x/doc/Mathutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/doc/Mathutils.py b/source/blender/python/api2_2x/doc/Mathutils.py
index 74f320639c5..b5586fb2bfe 100644
--- a/source/blender/python/api2_2x/doc/Mathutils.py
+++ b/source/blender/python/api2_2x/doc/Mathutils.py
@@ -533,7 +533,7 @@ class Matrix:
"""
- def inverse():
+ def invert():
"""
Set the matrix to it's inverse.
"""