Make scripted visualizations in blender with python

Scripted visualizations in blender

The goal of this project is to script 3D scientific visualizations using blender.

To achieve this, we aim to bring together blender’s powerful visualization toolkit with Anaconda’s scientific computing and package management capabilities. For example, the code in ./apps/concepts/fourier_signal_composition.py was used to generate the following visualization.

fourier_freq_sweep

Acknowledgments

  • All the wonderful people that make open source software
  • Inspiration – 3blue1brown’s videos and pedagogical clarity

Setup instructions

These are detailed instructions that worked for me on a windows 10 laptop.

blender+Anaconda+VSCode

  1. Download blender (get the zip file, NOT a binary installer), or just follow this link: https://builder.blender.org/download/
  2. Unzip to C:blender2.83.0 (which has a folder called 2.83)
  3. Open the python console within blender, and check the python version
  4. Delete the

     

     

     

    To finish reading, please visit source site