added validate mark in/out to settings

This commit is contained in:
iLLiCiTiT 2021-04-14 13:01:47 +02:00
parent 42b772c5fb
commit c2fd9b0148
2 changed files with 16 additions and 0 deletions

View file

@ -4,6 +4,11 @@
"enabled": true, "enabled": true,
"optional": true, "optional": true,
"active": true "active": true
},
"ValidateMarks": {
"enabled": true,
"optional": true,
"active": true
} }
}, },
"filters": {} "filters": {}

View file

@ -22,6 +22,17 @@
"docstring": "Validate if FPS and Resolution match shot data" "docstring": "Validate if FPS and Resolution match shot data"
} }
] ]
},
{
"type": "schema_template",
"name": "template_publish_plugin",
"template_data": [
{
"key": "ValidateMarks",
"label": "Validate MarkIn/Out",
"docstring": "Validate MarkIn/Out match Frame start/end on shot data"
}
]
} }
] ]
}, },