/
deleteCharacters

deleteCharacters

Description

Deletes all or selected characters in the scene. Note that the whole character is deleted (i.e. all children), not just the character node.

Functional area

Data editing

Command syntax

Syntax

deleteCharacters [-all] [-keepLabels]

Arguments

None

Flags

NameFlag argumentsArgument typeExclusive toComments
all0Deletes all characters. Defaults to deleting selected characters.
keepLabels



Return value

void

Examples

// Delete all Characters in the scene
deleteCharacters -all;