pymel.core.other.adskAssetList

adskAssetList(*args, **kwargs)

The adskAssetList command is provides information for all material assets in the loaded Autodesk asset library.

Flags:
Long name (short name) Argument Types Properties
infoType (it) unicode ../../../_images/create.gif
 

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" )

Previous topic

pymel.core.other.adskAssetLibrary

Next topic

pymel.core.other.adskAssetListUI

Core

Core Modules

Other Modules

This Page