Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-20T20:36:42.000Z (almost 3 years ago)
- Last Synced: 2024-04-17T07:58:51.315Z (7 months ago)
- Topics: b3d, blender, python
- Language: Python
- Size: 2.27 MB
- Stars: 28
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data-FX
Data-FX is an addon for Blender (2.9) that allows for the visualization of data with different chartsCurrently, 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