---
title: "usdImportOptions"
canonical: "https://help.vicon.com/space/ShogunPost121/1253741046/usdImportOptions"
format: markdown
---
# 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

> Macro (scroll-tablelayout)

|  |
| --- |
| `usdImportOptions [-asSolving boolean] ` |

### Arguments

None

### Flags

See above syntax.

## Return value

void

## Example

```plaintext
// Set USD data to be imported as a solving skeleton.
usdImportOptions -asSolving true;
```

# Additional information

## Related commands

- [usdExportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253741847)