Add warning about dependency, and reordering entry
This commit is contained in:
@@ -15,3 +15,5 @@ All unit tests call docker image [stilobique/blender:latest](https://hub.docker.
|
||||
|
||||
# Addons/Plugins dependency
|
||||
Update json file `tests/dependency.json` with name, archive and repository Github path.
|
||||
|
||||
> ⛔ The `moderlab_plugin` need to be on last entry.
|
||||
|
||||
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user