OpenMaya.MQuaternion

__str__ Printable-friendly version of the values.
bnGet Retrieve the values as a list.

MQuaternion.__str__()[source]

Printable-friendly version of the values.

Categories: fix.

Returns:A printable-friendly version of the values.
Return type:str
MQuaternion.bnGet()[source]

Retrieve the values as a list.

Categories: MScriptUtil.

Returns:The values.
Return type:list [x, y, z, w]