is_usd_crate_file_version_supported#
- omni.usd.is_usd_crate_file_version_supported(
- filepath: str,
- stage=None,
- usd_context_name: str = '',
Whether the current USD crate file version is supported or not.
- Returns:
True if the crate file version is supported or the file is not a crate file, False otherwise.
- Return type:
bool