-
Notifications
You must be signed in to change notification settings - Fork 3
Blender won't run in background REPL python mode #2
Comments
Regarding this comment #1 (comment): you can still run Python scripts from Blender in background mode. This should be more suitable for your goal of running jobs on a renderfarm, instead of a REPL Python session. For example you can run the following command:
With
Which results in this output:
|
for eevee: |
I see, I am not sure if Eevee will render on headless machine. With the same
The I had success before with rendering Redshift on multi-GPU headless server (CentOS, without Xorg) via SSH (that wasn't in Docker though). From quick google search it seems Cycles support headless rendering: 1, 2 (you might need to compile Blender yourself though, which is again a good use case for a Docker setup :D). However Eevee might not: source. |
Issue
Running Blender with
--background --python-console
arguments will result in segmentation fault.Commands to reproduce the problem
Or
Output
Contents of
/tmp/blender.crash.txt
Blender cmd arguments docs: https://docs.blender.org/manual/en/latest/advanced/command_line/arguments.html
The text was updated successfully, but these errors were encountered: