PeizhuoLi / neural-blend-shapes

An end-to-end library for automatic character rigging, skinning, and blend shapes generation, as well as a visualization tool [SIGGRAPH 2021]
Other
637 stars 92 forks source link

Instructions to run Blender Eevee under a headless machine #12

Open fire opened 3 years ago

fire commented 3 years ago
  1. sudo apt install -y -q xvfb unzip wget flatpak
  2. sudo flatpak remote-add --if-not-exists flathub https://flathub.org repo/flathub.flatpakrepo
  3. sudo flatpak install flathub org.blender.Blender -y
  4. sudo flatpak override org.blender.Blender --talk-name=org.freedesktop.Flatpak
  5. DRI_PRIME=0 xvfb-run --auto-servernum flatpak run org.blender.Blender --background --python `pwd`/run.py -- `pwd

Tested on Ubuntu 18.04