Command line

 
 
 

The following is information on the FBX Command line.

These commands perform conversions between FBX and other file formats. Supported file formats are FBX, DXF, OBJ, 3DS and COLLADA.

Use the following commands:

Definitions

Command Description
fbx_file The name of the FBX file that you want to convert.
source_file The name of the source file (FBX, DXF, OBJ, 3DS or DAE).
destination_file The name of the destination file (FBX, DXF, OBJ, or DAE)
NoteSpecify the format of the source and/or destination file(s) by the /sff and /dff switches. If you do not specify these switches, the application tries to determine what types of files it needs to process by checking the file extension. Note: If both the source and destination files are FBX files, the /f option is mandatory.
Global options
/sff Source file format. This switch needs to be completed with one of the symbols listed below.
/dff Destination file format. This switch needs to be completed with one of the symbols listed below.

FBX, DXF, OBJ and COLLADA

Example1: /sffFBX /dffCOLLADA. The source file is an FBX file and the destination is a COLLADA.

Example2: /sffOBJ /dffFBX. The source file is an OBJ file and the destination is an FBX file.

/v Verbose mode. This switch activates the display of messages from the FBX Converter to the standard command line output.
/l Create log file. This switch writes messages from the FBX Converter into a log file: "<dest_filename>.log.txt". The file is created only if messages are generated.