added active to validate version plugin

This commit is contained in:
iLLiCiTiT 2021-09-27 18:20:16 +02:00
parent 7e925f94f4
commit d6ebdd9280
2 changed files with 5 additions and 1 deletions

View file

@ -12,6 +12,9 @@ class ValidateVersion(pyblish.api.InstancePlugin):
label = "Validate Version"
hosts = ["nuke", "maya", "blender", "standalonepublisher"]
optional = False
active = True
def process(self, instance):
version = instance.data.get("version")
latest_version = instance.data.get("latestVersion")

View file

@ -6,7 +6,8 @@
},
"ValidateVersion": {
"enabled": true,
"optional": false
"optional": false,
"active": true
},
"ValidateIntent": {
"enabled": false,