usdresolve - Man Page
manual page for usdresolve 25.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 [<URI Scheme>:]<Configuration String> 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