Versions Compared

Key

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

...

If you do not specify a specific frame,  Shogun Shogun uses the current frame as a default. For example, this command will help if you are trying to determine whether or not there is a gap in the data of the marker you are examining.

...

Scroll tablelayout
style
sortDirectionASC
repeatTableHeadersdefault
widths13%, 15%, 14%, 13%, 45%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Return value

boolean

Examples

Code Block
languagetext
boolean $ktrans = `hasKey "LFHD" "TranslationX" -frame 50`;

...


print $ktrans;

...


// returns a value of "True" if the module "LHFD" has a 

...

// translation key at frame 50

...


 

...

boolean $krot = `hasKey "lfemur" "RotationX" -frame 20 -selected`;

...


print $krot;

...


// returns a value of "True" if the module "lfemur" has a 

...


// selected rotation key at frame 20

Additional information

Related commands

...