Skip to content

Building extension

Harisreedhar edited this page May 27, 2021 · 2 revisions

Ubuntu

  1. Download source code from repository
  2. Download animation nodes headers
  3. Unzip source code
  4. Unzip headers and put in the root of source directory
  5. Blender 2.93 uses python 3.9 so install that. (using virtualenv or condaenv is recommended)
  6. Install cython and numpy using pip install numpy cython or conda install numpy cython
  7. Then run command python setup.py build --export --noversioncheck

Clone this wiki locally