cheind / pytorch-blender

:sweat_drops: Seamless, distributed, real-time integration of Blender into PyTorch data pipelines
MIT License
562 stars 44 forks source link

Enhancment for background support #9

Closed GNovich closed 4 years ago

GNovich commented 4 years ago

"Despite offscreen rendering is supported in Blender 2.8x it requires a UI frontend and thus cannot run in --background mode."

Until official support by blender, this could be worked-around for EEVEE by configuring a fake monitor. This is what I used for my head-less linux setup See answer here.

cheind commented 4 years ago

Thanks, added a link to the main readme.