---
title: "fbxImportOptions"
canonical: "https://help.vicon.com/space/ShogunPost121/1253736682/fbxImportOptions"
format: markdown
---
# Description

Sets the FBX import options for the next time you import an FBX file.

## Functional area

File handling

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `fbxImportOptions [-stripCharacterNameFromChildren boolean] [-removeNamespaces boolean] [-upAxis string] [-asSolving boolean] [-importToCurrentSubject boolean]` |

### Arguments

None

### Flags

> Macro (scroll-tablelayout)

| Name | Flag arguments | Argument type | Comments |
| --- | --- | --- | --- |
| `stripCharacterNameFromChildren` | 1 | boolean | Remove the namespace name from the FBX node name, eg Actor_1:pelvis becomes pelvis. |
| `removeNamespaces` | 1 | boolean | If not selected,Shogun retains the colons in the FBX module names. |
| `upAxis` |  | string |  |
| `asSolving` |  | boolean |  |
| `importToCurrentSubject` |  | boolean | Enables an FBX to be imported into the current subject hierarchy as a retargeting setup. |

## Return value

void 

## Examples

```plaintext
// Remove namesspace from node names, for example, 
//actor_1:pelvis becomes pelvis 
fbxImportOptions -stripCharacterNameFromChildren on;

// With a SolvedSubject.vdf loaded, the following 
// script results in the skeleton in the FBX parenting to 
// a Retarget object under the _1 subject hierarchy. 
// This can be seen in the Hierarchy view.
fbxImportOptions -importToCurrentSubject true;
loadFile -importType "curClipCreateNew" "C:/MOCAP/ViconTest.fbx";
fbxImportOptions -importToCurrentSubject false;
```

# Additional information

## Related commands

- [c3dImportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737285)
- [c3dExportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253739304)
- [fbxExportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253738099)
- [loadFile](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253738225)
- [mcpExportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736836)
- [mcpImportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253739007)
- [saveFile](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736795)
- [usdImportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253741046)
- [x2dImportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737688)
- [xcpImportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737403)