Go to: Synopsis. Return value. Keywords. Related. Flags. MEL examples.

Synopsis

adskAssetLibrary [-unload] [-unloadAll]

adskAssetLibrary is NOT undoable, NOT queryable, and NOT editable.

The adskAssetLibrary command is provided to give control over the loading of asset libraries through scripting. Any number of libraries may be specified by URIs.

Return value

None

Keywords

debug, information, echo

Related

print, warning

Flags

unload, unloadAll
Long name (short name) Argument types Properties
-unload(-ul) create
Use this flag to unload the specified library. The libraries must be specified by name rather than by URI when using this option
-unloadAll(-ua) create
Unload all loaded asset libraries

Flag can appear in Create mode of command Flag can appear in Edit mode of command
Flag can appear in Query mode of command Flag can be used more than once in a command.

MEL examples

adskAssetLibrary "/assets/myLibrary.adsk";