USDRESOLVE(1) User Commands USDRESOLVE(1) NAME usdresolve - manual page for usdresolve 26.08 DESCRIPTION usage: usdresolve [-h] [--createContextForAsset CREATECONTEXTFORASSET | --createContextFromString CREATECONTEXTFROMSTRING] [--anchorPath ANCHORPATH] inputPath Resolves an asset path using a fully configured USD Asset Resolver. positional arguments: inputPath An asset path to be resolved by the USD Asset Resolver. options: -h, --help show this help message and exit --createContextForAsset CREATECONTEXTFORASSET Run CreateDefaultContextForAsset with the given asset path to create the context used for resolution. --createContextFromString CREATECONTEXTFROMSTRING Run CreateContextFromString with the given string to create the context used for resolution. This accepts strings like [:] and may be specified multiple times. ex: usdresolve --createContextFromString 'config_primary' --createContextFromString 'my_uri_scheme:config_uri' --anchorPath ANCHORPATH Run CreateIdentifier with the input path and this anchor asset path and resolve the result. ex: usdresolve --anchorPath /asset/asset.usd sublayer.usd usdresolve 26.08 September 2026 USDRESOLVE(1)