https://github.com/LandonFerg/Data-FX
Load CSV files in Blender3d to visualize data
https://github.com/LandonFerg/Data-FX
b3d blender python
Last synced: about 1 year ago
JSON representation
Load CSV files in Blender3d to visualize data
- Host: GitHub
- URL: https://github.com/LandonFerg/Data-FX
- Owner: LandonFerg
- License: gpl-3.0
- Created: 2019-05-10T21:12:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-28T14:51:09.000Z (about 1 year ago)
- Last Synced: 2025-03-28T15:42:42.130Z (about 1 year ago)
- Topics: b3d, blender, python
- Language: Python
- Size: 2.27 MB
- Stars: 37
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blender - Data-FX
- 3d-resources - Data FX
README
# Data-FX
Data-FX is an addon for Blender (2.9+) that allows for the visualization of data with different charts
Currently, there are only 2 chart options...
- A Scatter plot which plots up to 3 values in 3d space
- And a "Map plot" that visualizes points on a sphere when given longitudes and latitudes
## Below are some examples

## How To
Data-FX is located in the View3D sidebar (N -> DataFX)

Simply select the headers from your csv file, edit your settings, and hit generate!
## Notable Features
* Custom duplicate objects (Scatter Plot)
* Auto axis markers (Scatter Plot)
* Auto populating .csv header selection (Scatter Plot, Map Plot)
* Support of Geographic coordinate data (Map Plot)
## Planned Features
* More chart types
* More supported data types
* Various chart loading optimizations
* Global chart menu