NodeIcon SaveGeom

Saves geometry to a file.

SaveGeom supports OBJ and Draco file formats. To save geometry in Alembic file format, use the SaveAlembic node.

Tip

By default SaveGeom node does nothing unless you click Compute Current Frame or Compute Frame Range button.


Inputs

Geometry

Geometry Geometry to be saved

Parameters

File Name:

a file path to save to. Supports Path Interpretation.

Save normals:

if set, normals will be saved to file.

Include transform:

if set, written to file vertex positions will include a model transformation.

Create Intermediate Directories:

if set, nonexistent directories in the file path will be created.

Compute Current Frame:

computes the node at the current frame and saves the result to a file.

Compute Frame Range:

opens Compute Frame Range Dialog to render node graph in multiple background processes.

Draco params

Note

Quantization parameters describes how much details will be preserved during compression. In general, parameters value range is [ -1 - 30 ] if other is not specified.

  • -1 means that attribute will not be saved.

  • 0 means that attribute will not be modified at all.

  • 1 means that any details will not be preserved.

  • 30 means that details will be preserved as much as possible during compression.

Vertex Quant:

vertices quantization attribute. Values range is [ 0 - 30 ].

Tex Coord Quant:

texture coordinates quantization attribute.

Normal Quant:

normals quantization attribute.

Compression:

compression level. 0 stands for minimal file compression, 10 - for maximum file compression.