adding object.matrixParentInverse

This commit is contained in:
2007-05-28 03:09:46 +00:00
parent bcc3143119
commit 91ea74c339
2 changed files with 13 additions and 0 deletions

View File

@@ -366,6 +366,8 @@ class Object:
@ivar matrixLocal: The matrix of the object relative to its parent; if there is no parent,
returns the world matrix (L{matrixWorld<Object.Object.matrixWorld>}).
@type matrixLocal: Matrix
@ivar matrixParentInverse: The inverse if the parents local matrix, set when the objects parent is set (wrapped).
@type matrixParentInverse: Matrix
@ivar matrixOldWorld: Old-type worldspace matrix (prior to Blender 2.34).
Read-only.
@type matrixOldWorld: Matrix