script (MEL) |
Only available in MEL |
deleteAllContainers |
In categories: General |
Go to: Synopsis. Return value. MEL examples.
deleteAllContainers
<arguments>
int $selectedOnly
Deletes all containers (or all selected containers) in the scene
other than those that are locked or in referenced files. The
contents of the container will remain in the scene.
None
Arguments
Variable Name |
Variable Type |
Description |
| | None
|
// To delete all containers
deleteAllContainers;