Add a --vars argument to usdrecord, allowing expression variables
authorblevin <blevin@users.noreply.github.com>
Sat, 3 Feb 2024 03:24:31 +0000 (19:24 -0800)
committerpixar-oss <pixar-oss@users.noreply.github.com>
Sat, 3 Feb 2024 03:24:31 +0000 (19:24 -0800)
commitcb2d28ff240b70589d0a2209892301d78039c436
tree794eb635be3eb39a2a71dce3bded7b89291b57b0
parent3e44d02d1de2e78bb51d11996864f9d64deae1f3
Add a --vars argument to usdrecord, allowing expression variables
to be specified on the command line.  They will be set on the session
layer before recording.

(Internal change: 2313259)
pxr/usdImaging/bin/usdrecord/CMakeLists.txt
pxr/usdImaging/bin/usdrecord/testenv/ExpressionVariableTest/baseline/out.png [new file with mode: 0644]
pxr/usdImaging/bin/usdrecord/testenv/ExpressionVariableTest/grid.tex [new file with mode: 0644]
pxr/usdImaging/bin/usdrecord/testenv/ExpressionVariableTest/textureCard.usda [new file with mode: 0644]
pxr/usdImaging/bin/usdrecord/usdrecord.py