maxon.UpdateAssetUsage

maxon.UpdateAssetUsage(asset, incCount=True, updateDate=True)

Mark the asset as used and increment the usage counter.

This function will update the maxon.ASSETMETADATA.Uage meta data by increasing the count and date

Parameters
  • asset (maxon.AssetDescription) – Asset to mark.

  • incCount (bool) – True to update the count.

  • updateDate (bool) – True to update the usage count.