...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
all time | 0 | — | ranges | Performs the snap over the entire animation range. |
ranges | 0 | — | allTime | Performs the snap over all selected time ranges. |
positionOnly | 0 | — | rotationOnly | Only modifies the translation of the primary node. |
rotationOnly | 0 | — | positionOnly | Only modifies the rotation of the primary node. |
system | 0 | — | positionOnly | Works similarly to snapToSystem command, but it doesn't position the markers according to the system, it only orients them to it. (Must be at least 4 markers selected for this option). |
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
// This sequence of commands creates a marker called "rootTemp" |
...
// and snap its position over all time to the average of the four |
...
// indicated waist markers. |
...
create Marker rootTemp; |
...
select LFWT LBWT RFWT RBWT rootTemp; |
...
snapTo -allTime; |
Additional information
Related commands
...