|
In the documentation for the MayaUSDExportCommand, there is an argument Q: What is the actual usage and utility of said command? What arguments are valid? Context: |
Replies: 1 comment 1 reply
|
Valid
|
|
In the documentation for the MayaUSDExportCommand, there is an argument Q: What is the actual usage and utility of said command? What arguments are valid? Context: |
|
Valid
|
Valid
-animationType/-atvalues in current mayaUsd export args aretimesamples(default) andcurves(seeUsdMayaJobExportArgsTokensinlib/mayaUsd/fileio/jobs/jobArgs.h).animationTypeonly chooses how animation is authored over the export range. A one-frame export (startTime == endTime) will write static defaults, not timeSamples, so stitch-clip sources need a real frame range withanimationType=timesamples.