omni.kit.registry.nucleus

Classes Summary:

RegistryProvider

Registry provider implementation.

Functions Summary:

apply_index_changes_batch

Update index and toggle off index changes batching mode.

get_extension_metadata_possible_urls

Get possible urls for extension metadata using extension data dictionary.

get_extension_metadata_url

Get extension metadata url using extension data dictionary.

get_icon_url

Get icon url using extension data dictionary.

get_package_resource_url_by_key

Get package resource url using extension data dictionary by key in package dict (like icon_remote).

get_preview_image_url

Get preview image url using extension data dictionary.

get_registry_url_by_ext_dict

Get registry url using extension data dictionary.

get_registry_url_by_name

Get registry url by registry name.

start_index_changes_batching

Stop updating index, all index changes will be accumulated until `apply_index_changes_batch` call.

verify_extension_for_publishing

Verify extension for publishing. Returns tuple of (is_valid, changelog_content)