Skip to content

bastianilso/blender-csv-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blender CSV Importer

Create a data visualization by importing statistical data (.csv) into Blender.

1) Pie Chart 2) Histogram 3) Object Visualizer 4) Scatter Plot

See the demo here: https://www.youtube.com/watch?v=ci_H17OG2r4

Capabilities

Supports the following:

  • .csv files delimited by comma, semi-colon or tab
  • Reads numeric and non-numerical data (with or without headers)
  • Data can be visualized either as Scatter Plot, Pie Chart, Histogram or through a user-specified objects.

How to install

  1. Download a ZIP of this repository
  2. Open Blender. Go to FileUser PreferencesAddonsInstall from ZIP and choose the downloaded ZIP folder.
  3. Activate the Plug-in by clicking the checkmark next to "Import-Export: Import Statistical Data (*.csv)"

How to use

  1. In Blender, go to File ➙_Import_➙ Statistical Data (.csv)
  2. In the file selector, choose your CSV file and adjust the settings in the left-panel. Then press Import CSV.

Licensed under GPL 3.0