Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Converts an .fbx file format to either an .sk or .skm file format so that it can be processed by SmartBody

Users

Drag and

...

Droping (.skm only)

For an .fbx file that you want to convert to an .skm, simply drag and drop your .fbx file to the FbxToSbmConverter.exe and a .skm with the name name as the .fbx will be output in the same folder as the .fbx

Using a Batch File (.sk only)

  1. Create a .txt file in the same folder as FbxToSbmConverter.exe and rename the .txt file to .bat
  2. Copy the .fbx file that you want to convert to an .sk into the same folder
  3. Paste the following line in the newly created .bat file

    Info

    FbxConverter.exe someFbxFileName.fbx output .sk

...