Are Maya transformation matricies applied before or after the transformation pivot point has been applied?

Are Maya transformation matricies applied before or after the transformation pivot point has been applied?

Anonymous
Not applicable
368 Views
3 Replies
Message 1 of 4

Are Maya transformation matricies applied before or after the transformation pivot point has been applied?

Anonymous
Not applicable
Im writing an exporter and I need to know how to properly interpret the maya pivot point attribs so i was wondering if anyone knew how the final matrix or position is worked out...

Cheers
0 Likes
369 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
0 Likes
Message 3 of 4

Anonymous
Not applicable
So just to clarify, if i do the following in python:


cmds.getAttr('transformname.matrix')


does the matrix that gets returned take into account all the pivot point information etc?
0 Likes
Message 4 of 4

Anonymous
Not applicable
Yes, but the attribute name is not "matrix", it's "xformMatrix"
0 Likes