Quick update about dependency

This commit is contained in:
Aurelien Vaillant
2022-02-23 17:00:20 +01:00
parent f6ebc92d2b
commit 0b2e1d702f
+2 -2
View File
@@ -13,5 +13,5 @@ Update the file "tests/main.py", line 29, set your addon name.
# Unit Test # Unit Test
All unit tests call docker image [stilobique/blender:latest](https://hub.docker.com/repository/docker/stilobique/blender). All unit tests call docker image [stilobique/blender:latest](https://hub.docker.com/repository/docker/stilobique/blender).
#### Blender addon dependency # Addons/Plugins dependency
With all unit test, if your addon request some dependency, add the repo inside the list in `blender_addon.py` and `blender.py`. This system are not perfect and need to be improved. Update json file `tests/dependency.json` with name, archive and repository Github path.