BPython docs:

bug #3367 reported by Chris Want (thanks): ob.mat documentation was
wrong (was not updated); that attribute returns the world space matrix,
not the local one.
This commit is contained in:
2005-11-08 17:23:20 +00:00
parent cd7ca03034
commit 33648819f7

View File

@@ -168,8 +168,8 @@ class Object:
@ivar track: The object tracking this object. (Read-only)
@ivar data: The data of the object. (Read-only)
@ivar ipo: The ipo data associated with the object. (Read-only)
@ivar mat: The matrix of the object relative to its parent. (Read-only)
@ivar matrix: The matrix of the object in world space. (Read-only)
@ivar mat: alias for L{matrix<Object.Object.matrix>}: the matrix of the object in world space. (Read-only)
@ivar matrix: The matrix of the object in world space, same as L{matrixWorld<Object.Object.matrixWorld>}. (Read-only)
@ivar matrixLocal: The matrix of the object relative to its parent. (Read-only)
@ivar matrixWorld: The matrix of the object in world space. (Read-only)
@ivar colbits: The Material usage mask. A set bit #n means: the Material