MotionBuilder (.fbx) import/export

Autodesk FBX asset exchange technology used for Autodesk content creation packages—Autodesk 3ds Max, Autodesk Maya, Autodesk MotionBuilder, Autodesk Mudbox, and Autodesk Softimage software.

Import

To open, import, insert, and attach a file as a worksession

  1. From the File menu, click Open, Insert, Import, or Worksession > Attach.

  2. In the dialog box, select a supported file type.
  3. Click Open and configure the settings.
    When you open a non-3dm file and save the model, its filename will be the default 3dm filename.

FBX Import Options

Unweld ___ degrees

The minimum angle between mesh polygon normals where unwelding of points should occur.

Submit a bug report if unsupported objects are detected in the file

Unsupported objects may appear. If you would be willing to submit a bug report when these objects are detected, check this box.

Always use these settings. Do not show this dialog again.

Saves the current settings and turns off the dialog display.

To turn the message back on

See also: ResetMessageBoxes command.

Import Notes

Export

To save as or export a Rhino model

  1. On the File menu, click Export Selected or Save As.
  2. In the dialog box, the Files of type list displays the currently supported file types for export.
  3. In the Files of type box, select the supported file type.
  4. In the File name box, select or type a file name.
  5. Specify what is to be saved.
  6. Options

    Save small

    Though clearing the render meshes makes the file smaller, it will shade and render more slowly the next time you open the file.

    Save geometry only

    Saves geometry objects only. No layers, materials, properties, notes, or units settings are saved. This is similar to exporting the objects. A new file is made, but it does not become your active Rhino model.

    Save textures

    Embeds external textures used by materials, environments and decals into the model.

    Save plugin data Saves data attached to objects or the document by plug-in applications.
  7. If the export can be configured, click the Options button to specify export settings.
  8. If the file type creates only mesh objects, in the Polygon Mesh Objects dialog box, specify the mesh settings.

FBX Export Options

Export NURBS objects as

NURBS
Meshes only

Export materials as

Lambert
Phong
Map Rhino Z to FBX Y

Rotate the model -90 degrees around the World X axis in Rhino.

Export file as

Version 7 binary
Version 7 ascii
Version 6 binary
Version 6 ascii
Always use these settings. Do not show this dialog again.

Saves the current settings and turns off the dialog display.

To turn the message back on

See also: ResetMessageBoxes command.

Scripting export note

The FBX export plug-in pays attention to the GeometryOnly option of the scriptable -Save, -SaveAs and -Export commands. The GeometryOnly option has to be put in front of the file path. Otherwise, it will not be passed to the FBX export plug-in. For example:

! -_Export _GeometryOnly=_Yes "D:\Test.fbx" (This script works.)
! -_Export "D:\Test.fbx" _GeometryOnly=_Yes (This script does not work.)

Export Notes

See also

Autodesk FBX

 

 

 

Rhinoceros 6 © 2010-2020 Robert McNeel & Associates. 11-Nov-2020