Go to: Synopsis. Return value. Keywords.
Related. Flags.
Python examples.
adskAssetList([infoType=string])
Note: Strings representing object names and
arguments must be separated by commas. This is not depicted in the
synopsis.
adskAssetList is NOT undoable, NOT queryable, and
NOT editable.
The adskAssetList command is provides information for all material
assets in the loaded Autodesk asset library.
debug, information, echo
adskAssetLibrary
infoType
Long name (short name) |
Argument types |
Properties |
infoType(it) |
string |
|
|
Specifies what type of information about the assets is
returned. Value values are: "assetID, "uiName" |
|
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 have multiple arguments, passed
either as a tuple or a list. |
import maya.cmds as cmds
cmds.adskAssetList( infoType="uiName" )