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

Synopsis

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.

Return value

string[]

Keywords

debug, information, echo

Related

adskAssetLibrary

Flags

infoType
Long name (short name) Argument types Properties
infoType(it) string create
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.

Python examples

import maya.cmds as cmds

cmds.adskAssetList( infoType="uiName" )