ComfyUI Node
Save Meshes to Folder
A ComfyUI node in geompack/io with 5 inputs and 2 outputs.
Save Meshes to Folder
- trimesh
- output_folder
- saved_count
◄folder_namemesh_output►
◄base_namemesh►
◄format▾►
◄names—►
Categorygeompack/io
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| trimesh | TRIMESH | — | |
| folder_name | STRING | mesh_output | Name of the folder to create in the output directory |
| base_name | STRING | mesh | Base name for files (e.g., 'mesh' becomes 'mesh_001.obj'). Ignored if names provided. |
| format | COMBO | 7 options: obj, ply, stl, off, glb, gltf, +1 | |
| namesopt | STRING | Optional list of custom filenames (without extension). If provided, overrides base_name. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| output_folder | STRING | — |
| saved_count | INT | — |