BlenderKit / headless-blender-container

Headless Blender in container. Container with single version of Blender, or multi-version container for situations when you need them all.
https://hub.docker.com/r/blenderkit/headless-blender
6 stars 0 forks source link

Add Blender 4.1 to the image #4

Closed agajdosi closed 2 months ago

agajdosi commented 3 months ago

add Blender 4.1 update the patch versions of previous Blenders

vilemduha commented 3 months ago

could we possibly automate this? Its really possible people upload also from betas. Or we should prevent this in the addon = if blender versoin is beta, prevent upload?

agajdosi commented 3 months ago

@vilemduha To automate this it would be ideal to have an API endpoint, which would give all versions of Blender, whether they are released, or pre-released, and URL to download. Suggested at #3.

Unfortunately Blender provides alphas and released versions on different URLs and it is quite hard to get the versions somehow easily.

agajdosi commented 2 months ago

Updated.

vilemduha commented 2 months ago

Amazing!