Closed leota closed 2 months ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Regarding version: https://github.com/linuxserver/docker-blender?tab=readme-ov-file#arm-devices
Regarding script: we don't support custom docker builds or running manual commands inside the container
Regarding plugin: you can install additional packages via this mod: https://github.com/linuxserver/docker-mods/tree/universal-package-install
Thanks for the quick reply. It does make sense now!
Is there an existing issue for this?
Current Behavior
I'm using the image
linuxserver/blender:4.2.1
but when runningblender --version
I getBlender 4.0.2
. I'm expectingBlender 4.2.1
instead. Besides that, when trying to export a scene in GLTF format using compression I'm getting:ERROR: Draco mesh compression is not available because library could not be found at /usr/bin/4.0/python/lib/python3.12/site-packages/libextern_draco.so
Full error:
Expected Behavior
I expect the Blender version to match the image version, and the GLTF export to work properly with Draco compression.
Steps To Reproduce
with
script.py
being:and
cube.blend
just the default scene with a Cube.docker build -t blender-4.2.1 .
docker run -d --rm --name blender-container blender-4.2.1
docker exec -it blender-container /bin/bash
blender -b -P script.py
Environment
CPU architecture
arm64
Docker creation