The following MFnTransform methods differ from their C++ counterparts.
| status=None) |
| ) |
| space=MSpace.Space.kObject, status=None) |
| ...) |
MStatus getRotation(double rotation[3], MTransformationMatrix::RotationOrder & order)
does only take an optional MStatus object as argument in the Python version and returns a 2-tuple (rotation, order) containing a list of three floats and the rotation order. The other overloaded versions of this method just work as their C++ counterparts.