find_thumbnails_for_files_async#

async omni.kit.widget.filebrowser.find_thumbnails_for_files_async(
urls: List[str],
generate_missing: bool = True,
) Dict#

Return a dictionary of thumbnails for the given files.

Parameters:
  • urls (List[str]) – List of file Urls.

  • generate_missing (bool) – When True, emits a carb event for the missing thumbnails. Set to False to disable this behavior.

Returns:

Dict of all found thumbnails, with file Url as key, and thumbnail Url as value.

Return type:

Dict