yuki-koyama / blender-cli-rendering

Blender Python scripts for rendering images directly from command-line interface
GNU General Public License v3.0
733 stars 107 forks source link

Support 2.93 LTS #37

Closed yuki-koyama closed 2 years ago

yuki-koyama commented 2 years ago

The newest LTS (2.93) should be supported.

vadimkantorov commented 2 years ago

I've just downloaded blender release 2.93.2, fixed paths in run.sh and ran it, got xcb_connection_has_error() returned true and then hung / extremely slow running blender. Is it expected?

vadimkantorov commented 2 years ago

After a minute of wait, cube rendering worked :)

vadimkantorov commented 2 years ago

So I had to use -noaudio, on some headless systems Blender hangs trying to connect to pulse audio. I would recommend adding it to default running script if audio is not used...

yuki-koyama commented 2 years ago

Thank you very much for letting me know!! I will update the script very soon.

38