Data Visualization in Blender and Python

In this tutorial we’ll create a script that reads data from CSV files(comma separate values) and converts it into a list of data that we can use to generate a bar graph. No prior python experience is needed to follow along, but I don’t go over every aspect of the fundamentals of programming, so some experience would really help in understanding everything. You can download the resource files for this tutorial here - If you like this tutorial and
Back to Top