Wow you guys responded alot faster then I expected :D Thanks! I forgot to mention that I was using maya and the language was python, I've come up with this long method: cmds.xform('pCube6',cp=True) test = cmds.spaceLocator() cmds.pointConstraint('pCube6',test) cmds.orientConstraint('pCube6',test)…
I'm doing a script where I need to get transform values such as translation from an object. I've noticed the pivot can be moved around but that won't update the transforms correctly, If I have a cube say and the pivot is at the center, I duplicate the cube and move the pivot to a corner of the cube and rotate it 90 degrees…