PDA

View Full Version : Question about link.setPos


kevin
06-22-2011, 09:52 AM
Hi all,

Does link.setPos affect only the raw input matrix of the link? In other words, will other operators such as postTrans and postEuler still work on a link if there is already a setPos operator on that link?

farshizzo
06-22-2011, 09:58 AM
The operators are performed in the order of their priority number. If you create the postTrans/postEuler operators before the setPos operator, then it will affect the modified position values.

This is true for all link operators. The output of each operator is fed into the next operator. The final matrix is then applied to the destination object.