...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
ranges | 0 | — | allTime, defaultValue | Snaps the marker(s) only over the selected ranges |
all time | 0 | — | ranges, defaultValue | Snaps the marker(s) over all time |
defaultValue | 0 | — | ranges, allTime | Snaps the marker(s) at the current frame and only modifies their default values. |
solvingOnly | ||||
labelingOnly |
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
// Select a marker that is the source of a constraint. Move the marker |
...
// away from its constraint offset location. Execute snapToConstraint |
...
// to move it back to its constraint offset location. |
...
snapToConstraint; |
Additional information
Related commands
...