rd-blender-docker icon indicating copy to clipboard operation
rd-blender-docker copied to clipboard

Blender 3.4

Open ChibiLabs opened this issue 2 years ago • 6 comments

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 avatar Jun 13 '23 13:06 ChibiLabs

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

Can someone help, please?

ChibiLabs avatar Jun 22 '23 09:06 ChibiLabs

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.

oliverpool avatar Jun 22 '23 11:06 oliverpool

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)

ChibiLabs avatar Jun 23 '23 15:06 ChibiLabs

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

banagale avatar Oct 18 '23 06:10 banagale

@banagale glad that it serves you!

I have added lately a couple of features:

  • daily updates (based on the tag published on the blender/blender repository)
  • minor and patch tags: 3.6 always points to the latest release (3.6.4 currently). You can also also choose a "patch" tag 3.6.4

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

oliverpool avatar Oct 18 '23 09:10 oliverpool

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

ryanhalliday avatar Feb 08 '24 02:02 ryanhalliday