/
unlabel

unlabel

Description

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.

Functional area

Data manipulators

Command syntax

Syntax

unlabel [-parent string] [-diff] [-ranges] [-all] [-currentFrame]

Arguments

None

Flags

NameFlag argumentsArgument typeExclusive toComments
parent1stringSpecifies the module to which to parent the unlabeled markers.
diff



ranges



all



currentFrame



Return value

void

Examples

// Unlabel LFHD and parent it to the myUnlabeledMarkers module
unlabel "LFHD" -parent "myUnlabeledMarkers";

Additional information

Related commands