/
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
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
all | 0 | — | — | Deletes all characters. Defaults to deleting selected characters. |
keepLabels |
Return value
void
Examples
// Delete all Characters in the scene deleteCharacters -all;
, multiple selections available,