1USDSTITCHCLIPS(1) User Commands USDSTITCHCLIPS(1)
2
3
4
6 usdstitchclips - manual page for usdstitchclips 23.08
7
9 usage: usdstitchclips [-h] [-o OUT] [-c CLIPPATH] [-s STARTTIMECODE]
10
11 [-r STRIDE] [-e ENDTIMECODE] [-t] [-p TEMPLATEPATH]
12 [--clipSet CLIPSET] [--activeOffset ACTIVEOFFSET] [--interpo‐
13 lateMissingClipValues] [-n] usdFiles [usdFiles ...]
14
15 Stitch multiple usd file(s) together into one using value clips. An
16 example command is:
17
18 usdstitchclips --out result.usd --clipPath /World/fx/Particles_Splash
19 clip1.usd clip2.usd
20
21 This will produce two files, a result.topology.usd and a result.usd.
22
23 positional arguments:
24 usdFiles
25
26 options:
27 -h, --help
28 show this help message and exit
29
30 -o OUT, --out OUT
31 specify the filename for the top-level result file, which also
32 serves as base-name for the topology and manifest files.
33
34 -c CLIPPATH, --clipPath CLIPPATH
35 specify a prim path at which to begin stitching clip data.
36
37 -s STARTTIMECODE, --startTimeCode STARTTIMECODE
38 specify the time at which the clips will become active
39
40 -r STRIDE, --stride STRIDE
41 specify a stride for the numeric component of filenames for tem‐
42 plate metadata
43
44 -e ENDTIMECODE, --endTimeCode ENDTIMECODE
45 specify the time at which the clips will cease being active
46
47 -t, --templateMetadata
48 author template clip metadata in the root layer.
49
50 -p TEMPLATEPATH, --templatePath TEMPLATEPATH
51 specify a template asset path to author
52
53 --clipSet CLIPSET
54 specify a named clipSet in which to author clip metadata, so
55 that multiple sets of clips can be applied on the same prim.
56
57 --activeOffset ACTIVEOFFSET
58 specify an offset for template-based clips, offsetting the frame
59 number of each clip file.
60
61 --interpolateMissingClipValues
62 specify whether values for clips without authored samples are
63 interpolated from surrounding clips if no default value is au‐
64 thored in any clip.
65
66 -n, --noComment
67 do not write a comment specifying how the usd file was generated
68
69
70
71usdstitchclips 23.08 November 2023 USDSTITCHCLIPS(1)