Exporting to Alembic Files

Alembic ABC files store geometry and animation, but they do not store materials or material-mapping information.

Interface

File Format
The ABC file format:
  • Ogawa (default): Suitable for multi-threading. Ogawa files can be smaller than HDF5 files and generally load more quickly.
  • HDF5: Legacy file format.

Cache Time Range group

Settings for how animation saves.

Single
Saves the current frame only.
Active Time Segment
The range of frames as shown on the track bar.
Range
All the frames between and including the two numbers you specify.
Every Nth Frame
Regular sample of frames. For example, type 8 to render every 8th frame. This affects only the Active Time Segment and Range output options. Default=1.
Exports Particle Shape as Mesh
Exports particle shapes as mesh.

Procedures

To export an ABC file:

  1. In the Application menu select Export Export.

    The Select File to Export dialog appears.

  2. Navigate to where you want the file to save and then select or enter a file name.
  3. In the Save as type field, select Alembic from the list.
  4. Click Save.

    The Alembic Exporter Options dialog appears.

  5. Select the appropriate settings and click OK.
  6. Note: By default geometry nodes do not have the suffix "shape".

To add the suffix "shape" to geometry nodes:

  1. In Windows Explorer, navigate to AlembicExport.ini. If you installed 3ds Max in its default location, you will likely find the file in C:\Users\username\AppData\Local\Autodesk\3dsMax\version\ENU\en-US\plugcfg\.
    Note: You must have exported at least one Alembic file previously to generate the AlembicExport.ini file.
  2. Open the file in Notepad or a similar software.
  3. Under General, change the ShapeName value from 0 to 1.
  4. In the File menu, click Save.
  5. Close the file.
  6. In 3ds Max, export the Alembic file.