Make a basic setup with invoke.

Fix log information.
Remove unused script file.
This commit is contained in:
2026-07-24 09:53:36 +02:00
parent bb3de8fd4e
commit 062132487b
6 changed files with 124 additions and 88 deletions
+18
View File
@@ -42,6 +42,24 @@ docker run --rm stilobique/blender:5.1.2 ./blender -b --python-expr "import bpy;
```
# CLI helper tasks
Reusable helpers (`tasks.py`) are exposed as [invoke](https://www.pyinvoke.org/) tasks.
```shell
# List available tasks
invoke clean
# Clean Docker (all contexts: default, podman, ...)
python -m blender.cli clean
# List Blender tags (Gitea)
python -m blender.cli get-tags-release
# List stilobique/blender tags (Docker Hub)
python -m blender.cli get-tags-docker
```
# Logs
Some log are generated inside a `logs` folder.
- `build`: all operation on build docker file.