Set the swap indices of the swap operator
| <operator:swap>.setSwap( | |
| [x,y,z [,w]] |
)
[x,y,z [,w]]
The swap indices
This command sets the swap indices of the swap operator( <link>.swapEuler , <link>.swapPos , <link>.swapQuat ).
The indices are 1-based and negative indices will negate the incoming value.
The size of the list will depend on whether the operator works on quaternions or position/euler values.
None