Add warning about dependency, and reordering entry

This commit is contained in:
Aurelien Vaillant
2022-02-23 17:26:07 +01:00
parent 0b2e1d702f
commit 3bcee6f017
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -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). All unit tests call docker image [stilobique/blender:latest](https://hub.docker.com/repository/docker/stilobique/blender).
# Addons/Plugins dependency # Addons/Plugins dependency
Update json file `tests/dependency.json` with name, archive and repository Github path. Update json file `tests/dependency.json` with name, archive and repository Github path.
> ⛔ The `moderlab_plugin` need to be on last entry.
+2 -2
View File
@@ -1,8 +1,8 @@
{ {
"blender": { "blender": {
"moderlab_plugin": ["moderlab_plugin.zip", "Moderlab-Production/BlenderPlugin"],
"moderlab_type": ["moderlab_type.zip", "Moderlab-Production/BlenderObjectType"], "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": {
"unreal-pipeline": ["unreal-moderlab-pipeline.zip", "Moderlab-Production/UnrealPipeline"], "unreal-pipeline": ["unreal-moderlab-pipeline.zip", "Moderlab-Production/UnrealPipeline"],