mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added validate mark in/out to settings
This commit is contained in:
parent
42b772c5fb
commit
c2fd9b0148
2 changed files with 16 additions and 0 deletions
|
|
@ -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": {}
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue