Top Level Asset API Functions

The top level Asset API functions can be found by opening a Python tab and typing:

help( AssetAPI )

The most useful are:

SetDefaultAssetPluginName()

Sets the default asset plug-in to use in the user interface for this Katana project.

GetDefaultAssetPlugin()

Retrieves an asset plug-in by name.

GetAssetPluginNames()

Lists the names of all the currently registered asset plug-ins.