Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths18%, 15%, 14%, 13%, 40%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

NameFlag argumentsArgument typeExclusive toComments
all time0rangesPerforms the snap over the entire animation range.
ranges0allTimePerforms the snap over all selected time ranges.
positionOnly0rotationOnlyOnly modifies the translation of the primary node.
rotationOnly0positionOnlyOnly modifies the rotation of the primary node.
system0positionOnlyWorks 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
languagetext
// 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

...