Versions Compared

Key

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

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths14%, 15%, 14%, 13%, 44%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

void

Scroll pagebreak

Examples

Code Block
languagetext
// These commands select all the BoneNodes in the scene, and then 

...

// remove all the animation from those nodes, resetting the character

...


// to its base pose.

...


selectByType BoneNode;

...


cutKeys -all;
  

...


// Cuts any on all selected properties of LFHD within the selected

...


// time ranges

...


select LFHD;

...


cutKeys -ranges;

Additional information

Related commands

...