nytimes / rd-blender-docker

A collection of Docker containers for running Blender headless or distributed ✨
https://hub.docker.com/r/nytimes/blender
Apache License 2.0
427 stars 60 forks source link

Blender 3.4 #54

Open ChibiLabs opened 1 year ago

ChibiLabs commented 1 year ago

Can we have a Blender 3.4 image?

It introduces Eevee headless render which is highly needed.

There's a PR but no activity: https://github.com/nytimes/rd-blender-docker/pull/51

ChibiLabs commented 1 year ago

@juniorxsound @oliverpool @Flask @SMores @nagtechie @jrbeaudoin

Can someone help, please?

oliverpool commented 1 year ago

See https://github.com/oliverpool/blender-cpu-image for CPU images.

Otherwise just fork a repo (this one or my fork) and create the images yourself.

ChibiLabs commented 1 year ago

See https://github.com/oliverpool/blender-cpu-image for CPU images.

Otherwise just fork a repo (this one or my fork) and create the images yourself.

I need the GPU image

(I don't know how to create an image, I'm just a user, this is why I'm using rd-blender-docker)

banagale commented 8 months ago

@oliverpool Thanks for creating / updating https://github.com/ranchcomputing/blender-cpu-image.

oliverpool commented 8 months ago

@banagale glad that it serves you!

I have added lately a couple of features:

RANCH Computing currently uses those docker images, so they should be maintained in the foreseeable future.

PS: using the latest tag is not recommended, since if a LTS update is published, latest will point to it (3.3.10 instead of the expected 3.6.4, for instance) PPS: I managed to drop the latest tag

ryanhalliday commented 5 months ago

Most of my jobs were processing models with bpy, not rendering. So I built this to run on AWS Lambda instead: https://github.com/ryanhalliday/bpy-lambda