mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
added active to validate version plugin
This commit is contained in:
parent
7e925f94f4
commit
d6ebdd9280
2 changed files with 5 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -6,7 +6,8 @@
|
|||
},
|
||||
"ValidateVersion": {
|
||||
"enabled": true,
|
||||
"optional": false
|
||||
"optional": false,
|
||||
"active": true
|
||||
},
|
||||
"ValidateIntent": {
|
||||
"enabled": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue