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