Deletes all or selected characters in the scene. Note that the whole character is deleted (i.e. all children), not just the character node.
Data editing
deleteCharacters [-all] [-keepLabels] |
None
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
all | 0 | — | — | Deletes all characters. Defaults to deleting selected characters. |
keepLabels |
void
// Delete all Characters in the scene deleteCharacters -all; |