Installation
- Download and Install Sverchok
- Download MEGA-POLIS zip archive from GitHub
- In Blender, go to User Preferences > Add-ons > install from file > choose zip-archive > activate flag beside MEGA-POLIS.
- Check the add-on options to install all dependencies*.
- Save preferences, if you want to enable the add-on permanently.
About Dependencies
The Mapillary depency requires that you install an older version of numpy compared to Sverchok. You can install the older version, then update numpy after install Mapillary
pip install numpy --upgradeThe dependency Visilibity requires Swig
Debian
sudo apt install swigArch Linux
sudo pacman -S swigWindows
You can get the binary from the website or here
The RichDEM dependecy requires GDAL, MPI, and Boost.
Debian
sudo apt install openmpi-bin libgdal-dev libopenmpi-dev libboost-iostreams-devArch Linux
sudo pacman -S boost gdal openmpiFor Windows, check the binaries and compilation process at Boost, GDAL, Open-MPI
The Detectron2 dependecy has no official support for Windows. However, there are some attemps to compile it using Visual C++. You can check the discussion here.
To make sure that all dependencies will be recognised by Blender-Sverchok you can run Blender with the flag
blender --python-use-system-envLICENSE: GPL-3.