Skip to content
Advertisement

Tag: orientation

Get the direction an object’s axis is pointing in Maya

Using python I’m trying to confirm that a given transform node in Maya has it’s Y axis pointing up, Z axis pointing forward, and X axis pointing to the side, like in the picture below. The transform node might be a child to another transform node in a hierarchy of unknown depth. My first thought was to use xform rotate

Advertisement