1USDTREE(1) User Commands USDTREE(1)
2
3
4
6 usdtree - manual page for usdtree 22.05b
7
9 usage: usdtree [-h] [--unloaded] [--attributes] [--metadata] [--simple]
10
11 [--flatten] [--flattenLayerStack] [--mask PRIMPATH[,PRIM‐
12 PATH...]] inputPath
13
14 Writes the tree structure of a USD file. The default is to inspect a
15 single USD file. Use the --flatten argument to see the flattened (or
16 composed) Stage tree. Special metadata "kind" and "active" are always
17 shown if authored unless --simple is provided.
18
19 positional arguments:
20 inputPath
21
22 options:
23 -h, --help
24 show this help message and exit
25
26 --unloaded
27 Do not load payloads
28
29 --attributes, -a
30 Display authored attributes
31
32 --metadata, -m
33 Display authored metadata (active and kind are part of the label
34 and not shown as individual items)
35
36 --simple, -s
37 Only display prim names: no specifier, kind or active state.
38
39 --flatten, -f
40 Compose the stage with the input file as root layer and write
41 the flattened content.
42
43 --flattenLayerStack
44 Flatten the layer stack with the given root layer. Unlike
45 --flatten, this does not flatten composition arcs (such as ref‐
46 erences).
47
48 --mask PRIMPATH[,PRIMPATH...]
49 Limit stage population to these prims, their descendants and an‐
50 cestors. To specify multiple paths, either use commas with no
51 spaces or quote the argument and separate paths by commas and/or
52 spaces. Requires --flatten.
53
54
55
56usdtree 22.05b November 2023 USDTREE(1)