...
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
|
...
Return value
boolean
Examples
Code Block | ||
---|---|---|
| ||
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
...