diff --git a/readme.md b/readme.md index dbf156d..1e53a80 100644 --- a/readme.md +++ b/readme.md @@ -14,4 +14,6 @@ Update the file "tests/main.py", line 29, set your addon name. All unit tests call docker image [stilobique/blender:latest](https://hub.docker.com/repository/docker/stilobique/blender). # Addons/Plugins dependency -Update json file `tests/dependency.json` with name, archive and repository Github path. \ No newline at end of file +Update json file `tests/dependency.json` with name, archive and repository Github path. + +> ⛔ The `moderlab_plugin` need to be on last entry. diff --git a/tests/dependency.json b/tests/dependency.json index 9e4e9f5..2b91c4d 100644 --- a/tests/dependency.json +++ b/tests/dependency.json @@ -1,8 +1,8 @@ { "blender": { - "moderlab_plugin": ["moderlab_plugin.zip", "Moderlab-Production/BlenderPlugin"], "moderlab_type": ["moderlab_type.zip", "Moderlab-Production/BlenderObjectType"], - "moderlab_pie": ["moderlab_plugin.zip", "Moderlab-Production/BlenderPieMenu"] + "moderlab_pie": ["moderlab_plugin.zip", "Moderlab-Production/BlenderPieMenu"], + "moderlab_plugin": ["moderlab_plugin.zip", "Moderlab-Production/BlenderPlugin"] }, "unreal": { "unreal-pipeline": ["unreal-moderlab-pipeline.zip", "Moderlab-Production/UnrealPipeline"],