/
usdImportOptions
usdImportOptions
Description
Sets the options for importing USD format data.
This command enables you to specify whether to import a USD skeleton as a retargeting skeleton (the default) or as a solving skeleton.
It's the equivalent of selecting *.usd in the Preferences dialog box (File Import tab) and then selecting or clearing the Import as Solving option.
Functional area
File handling
Command syntax
Syntax
usdImportOptions [-asSolving boolean] |
Arguments
None
Flags
See above syntax.
Return value
void
Example
// Set USD data to be imported as a solving skeleton. usdImportOptions -asSolving true;
Additional information
Related commands
, multiple selections available,
Related content
usdExportOptions
usdExportOptions
More like this
c3dImportOptions
c3dImportOptions
More like this
x2dImportOptions
x2dImportOptions
More like this
xcpImportOptions
xcpImportOptions
More like this
fbxImportOptions
fbxImportOptions
More like this
c3dExportOptions
c3dExportOptions
More like this