A simple and fast CSV file importer.
Option 1: Drag and drop your CSV file directly into Blender’s viewport.
Option 2: Use the menu: File → Import → CSV
The imported data will be stored in a mesh.
The mesh consists of only vertices, with no faces and no edges.
All vertices are placed at the same point: the Origin (0,0,0).
Each vertex contains attributes from the imported data.
The data will appear in Blender’s Spreadsheet Editor.
Use Geometry Nodes and the Named Attribute feature to set new vertex positions based on the imported data.
Find additional documentation in the Github README.
Sample dataset download: data_california_housing_normalized.csv
If you see this message: "Extension bl_ext.blender_org.csv_importer is incompatible (This Python version (3.11) isn't compatible with (3.9)" , then update to Blender4.3 and it should work.
Rename the imported mesh from "ImportedMesh" to "CSV_filename"
This extension requests the following permission:
Importing data files from disk
Man from screenshots it look awesome but when i checked it's size it was (32MB). Don't know how to download.
There are two ways to download:
thank you