
Exports each upstream Mesh to a 3D geometry file under output_path, choosing the container from format (obj, stl, ply, gltf, glb). Each call writes its own file named from name_template plus a 6-digit index.
Asset capture. Load a source mesh, run a geometry transform, and write the result to disk in a chosen container type.
Reconstruction sink. Stand in a reconstruction stage that produces mesh geometry and persist every frame's mesh for later inspection.
format is stripped; the container is one of obj, stl, ply, gltf, or glb, and any other value is rejected when the backend is built.output_path across runs overwrites earlier files unless name_template also varies.Automated release