From 0b2e1d702faf92430afa5391f985ed5af5bb61ff Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Wed, 23 Feb 2022 17:00:20 +0100 Subject: [PATCH] Quick update about dependency --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 62a2cc6..dbf156d 100644 --- a/readme.md +++ b/readme.md @@ -13,5 +13,5 @@ Update the file "tests/main.py", line 29, set your addon name. # Unit Test All unit tests call docker image [stilobique/blender:latest](https://hub.docker.com/repository/docker/stilobique/blender). -#### Blender addon 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. \ No newline at end of file +# Addons/Plugins dependency +Update json file `tests/dependency.json` with name, archive and repository Github path. \ No newline at end of file