1USDCHECKER(1) User Commands USDCHECKER(1)
2
3
4
6 usdchecker - manual page for usdchecker 22.05b
7
9 usage: usdchecker [-h] [-s] [-p] [-o [OUTFILE]] [--noAssetChecks]
10 [--arkit]
11
12 [-d] [-v] [-t] [inputFile]
13
14 Utility for checking the compliance of a given USD stage or a USDZ
15 package. Only the first sample of any relevant time-sampled attribute
16 is checked, currently. General USD checks are always performed, and
17 more restrictive checks targeted at distributable consumer content are
18 also applied when the " --arkit" option is specified.
19
20 positional arguments:
21 inputFile
22 Name of the input file to inspect.
23
24 options:
25 -h, --help
26 show this help message and exit
27
28 -s, --skipVariants
29 If specified, only the prims that are present in the default
30 (i.e. selected) variants are checked. When this option is not
31 specified, prims in all possible combinations of variant selec‐
32 tions are checked.
33
34 -p, --rootPackageOnly
35 Check only the specifiedpackage. Nested packages, dependencies
36 and their contents are not validated.
37
38 -o [OUTFILE], --out [OUTFILE]
39 The file to which all the failed checks are output. If unspeci‐
40 fied, the failed checks are output to stdout; if "stderr", ter‐
41 minal coloring will be surpressed.
42
43 --noAssetChecks
44 If specified, do NOT perform extra checks to help ensure the
45 stage or package can be easily and safely referenced into aggre‐
46 gate stages.
47
48 --arkit
49 Check if the given USD stage is compatible with ARKit's initial
50 implementation of usdz. These assets operate under greater con‐
51 straints that usdz files for more general in-house uses, and
52 this option attempts to ensure that these constraints are met.
53
54 -d, --dumpRules
55 Dump the enumerated set of rules being checked for the given set
56 of options.
57
58 -v, --verbose
59 Enable verbose output mode.
60
61 -t, --strict
62 Return failure code even if only warnings are issued, for
63 stricter compliance.
64
65
66
67usdchecker 22.05b November 2023 USDCHECKER(1)