Set the linkable object to use with the linkable operator
<operator:linkable>.setLinkable( | |
linkable | |
mask = viz.LINK_POS | viz.LINK_ORI | |
flag = 0 | |
) |
Link masks | |
viz.LINK_POS | Position value will be multiplied with the input matrix. |
viz.LINK_ORI | Orientation value will be multiplied with the input matrix. |
viz.LINK_SCALE | Scale value will be multiplied with the input matrix. |
viz.LINK_ALL | All available values will be multiplied with the input matrix. A combination of all the above values. |