SaveVertices
Saves geometry’s vertices to the PLY format.
Inputs
- Geometry
Geometry
A geometry, which vertices should be saved.
Parameters
- File Name:
a file path to save to. Supports Path Interpretation.
- File Format:
- Binary
saves faster and takes less disk space.
- Text
saves as user editable text.
- Include Transform:
if set, vertex positions written to file 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.