added ValidateAssetName to settings

This commit is contained in:
iLLiCiTiT 2021-04-14 16:01:25 +02:00
parent 1e1baa5c69
commit 508b5bae3a
2 changed files with 16 additions and 0 deletions

View file

@ -9,6 +9,11 @@
"enabled": true,
"optional": true,
"active": true
},
"ValidateAssetName": {
"enabled": true,
"optional": true,
"active": true
}
},
"filters": {}

View file

@ -33,6 +33,17 @@
"docstring": "Validate MarkIn/Out match Frame start/end on shot data"
}
]
},
{
"type": "schema_template",
"name": "template_publish_plugin",
"template_data": [
{
"key": "ValidateAssetName",
"label": "ValidateAssetName",
"docstring": "Validate if shot on instances metadata is same as workfiles shot"
}
]
}
]
},