Versions Compared

Key

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

...

Selects keys on related channels

Because channels in Shogun in Shogun Post can be independently selected and operated on, a key that is selected on a channel at a given frame might not be selected on its "related" channels. For example, findBadData may select keys on the TranslationX channel at a given frame, but not on the TranslationY or TranslationZ channels.

...

None

Return value

void

Examples

Code Block
languagetext
// Find noise on the LFWT marker and select any related

...


// keys on the noisy channels.

...


select LFWT;

...


findBadData 5 0.1 35 -all -selected;

...


 

...

// findBadData might have selected keys "unevenly". Make

...


// sure keys on "related" channels are selected as well.

...


selectRelatedKeys;

Additional information

Related commands

...