Removes labels from markers by moving translation keys to a new unlabeled marker.
The new unlabeled marker's parent can be specified with the -parent
flag.
Data manipulators
unlabel [-parent string] [-diff] [-ranges] [-all] [-currentFrame] |
None
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
parent | 1 | string | — | Specifies the module to which to parent the unlabeled markers. |
diff | ||||
ranges | ||||
all | ||||
currentFrame |
void
// Unlabel LFHD and parent it to the myUnlabeledMarkers module unlabel "LFHD" -parent "myUnlabeledMarkers"; |