addAssetFromWidgetMenuItems()
Allows you to extend the menu item to the right of an Asset ID in the Parameters tab with additional items.
def addAssetFormWidgetMenuItems(self, menu): menu.addAction("Custom Action", self.__customCallback) def __customCallback(self, *args): print args