Attrio CSV is a Blender add-on for exporting per-frame evaluated dependency graph data as a series of CSV files, ready for external analysis or modification. The active object serves as the data source, and Mesh or Point Cloud types are supported. After choosing an attribute domain, clicking Refresh Attributes populates the available attributes, and you can select any combination to export. An Export Frame Range toggle writes one CSV per frame across a start and end range, while leaving it off exports only the current frame.
Values come from the evaluated dependency graph rather than the Spreadsheet editor. Internal attributes prefixed with a dot are excluded, and vector-based attributes such as position, UVs and color are split into separate columns. Floats, integers, vectors, colors and booleans are supported, along with custom-named attributes and named outputs that match valid types and domains.
The same files reimport through Geometry Node trees and the CSV Import node, either as point cloud data or, where position attributes exist, reconstructed per frame. A Use Source Mesh option transfers position data onto another mesh to deform its vertices to match the CSV frame data.