1USDRESOLVE(1) User Commands USDRESOLVE(1)
2
3
4
6 usdresolve - manual page for usdresolve 22.05b
7
9 usage: usdresolve [-h]
10
11 [--createContextForAsset CREATECONTEXTFORASSET | --createCon‐
12 textFromString CREATECONTEXTFROMSTRING] [--anchorPath ANCHOR‐
13 PATH] inputPath
14
15 Resolves an asset path using a fully configured USD Asset Resolver.
16
17 positional arguments:
18 inputPath
19 An asset path to be resolved by the USD Asset Resolver.
20
21 options:
22 -h, --help
23 show this help message and exit
24
25 --createContextForAsset CREATECONTEXTFORASSET
26 Run CreateDefaultContextForAsset with the given asset path to
27 create the context used for resolution.
28
29 --createContextFromString CREATECONTEXTFROMSTRING
30 Run CreateContextFromString with the given string to create the
31 context used for resolution. This accepts strings like [<URI
32 Scheme>:]<Configuration String> and may be specified multiple
33 times. ex: usdresolve --createContextFromString 'config_primary'
34 --createContextFromString 'my_uri_scheme:config_uri'
35
36 --anchorPath ANCHORPATH
37 Run CreateIdentifier with the input path and this anchor asset
38 path and resolve the result. ex: usdresolve --anchorPath /as‐
39 set/asset.usd sublayer.usd
40
41
42
43usdresolve 22.05b November 2023 USDRESOLVE(1)