IDLabMedia / blender-lightfield-addon

Blender addon to configure and render light fields
MIT License
35 stars 4 forks source link

How to use this light field rendering plugin in command line #2

Closed Shzhuoyu closed 1 year ago

Shzhuoyu commented 2 years ago

I have a linux server, but no gui, so I'm wondering if it's possible to use the command line for lightfield rendering.

mcourteaux commented 1 year ago

I have struggled with the same problem. In the past I have overcome this with https://en.wikipedia.org/wiki/Xvfb. I ran Blender with this virtual X framebuffer as the DISPLAY environment variable. Then you could connect to it from a workstation. I don't know if Blender supports headless rendering. Probably it does, but never looked into it more.

Shzhuoyu commented 1 year ago

thank you!