The adskAssetList command is provides information for all material assets in the loaded Autodesk asset library.
Long name (short name) | Argument Types | Properties | |
---|---|---|---|
infoType (it) | unicode | ||
Specifies what type of information about the assets is returned. Value values are: assetID, uiNameFlag can have multiple arguments, passed either as a tuple or a list. |
Derived from mel command maya.cmds.adskAssetList
Example:
import pymel.core as pm
pm.adskAssetList( infoType="uiName" )