neural-blend-shapes
neural-blend-shapes copied to clipboard
Instructions to run Blender Eevee under a headless machine
sudo apt install -y -q xvfb unzip wget flatpaksudo flatpak remote-add --if-not-exists flathub https://flathub.org repo/flathub.flatpakreposudo flatpak install flathub org.blender.Blender -ysudo flatpak override org.blender.Blender --talk-name=org.freedesktop.Flatpak
DRI_PRIME=0 xvfb-run --auto-servernum flatpak run org.blender.Blender --background --python `pwd`/run.py -- `pwd
Tested on Ubuntu 18.04