Blender 5.1.2 #1

Merged
stilobique merged 21 commits from Blender-5.1.2 into main 2026-07-31 10:57:39 +02:00
3 changed files with 12 additions and 10 deletions
Showing only changes of commit 61f00647f4 - Show all commits
+8 -1
View File
@@ -39,4 +39,11 @@ docker run --rm --entrypoint /bin/bash stilobique/blender:5.1.2 -c 'ldd /opt/ble
# Test fonctionnel
docker run --rm stilobique/blender:5.1.2 ./blender -b --python-expr "import bpy; print('OK:', bpy.app.version_string)"
```
```
# Logs
Some log are generated inside a `logs` folder.
- `build`: all operation on build docker file.
- `clean`: from the dedicated function to clean all dockers images and cache.
- `test`: simple class method to try a specific docker image.
-6
View File
@@ -5,12 +5,6 @@ import json
from pathlib import Path
from subprocess import run, CalledProcessError
# def clean_all_dockers():
# # bash docker context use default && docker system prune -a -f
# # bash docker context use podman && docker system prune -a -f
# # bash docker context use desktop-linux && docker system prune -a -f
# docker_client = docker.DockerClient(base_url=f'unix:///var/run/docker.sock')
def clean_all_dockers():
"""
+4 -3
View File
@@ -4,6 +4,7 @@ from blender.version import BlenderVersion
from blender.docker import BlenderDocker
# Todo Update readme file badge with blender version
# Todo
if __name__ == "__main__":
@@ -19,7 +20,7 @@ if __name__ == "__main__":
if test:
print('Push this image.')
docker.push()
# docker.push()
# Todo: Add a latest tag, check if this version are the latest
# Todo: Add a LTS tag, check if this version are a LTS
# Todo: Add a latest tag, check if this version are the latest
# Todo: Add a LTS tag, check if this version are a LTS