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.| string[] |
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
infoType(it) |
string |
|||
|
||||
import maya.cmds as cmds
cmds.adskAssetList( infoType="uiName" )