mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
* Enhancement: Allowing kitsu not status exceptions * Update openpype/modules/kitsu/plugins/publish/integrate_kitsu_note.py Co-authored-by: Félix David <felixg.david@gmail.com> * adding equal/not equal option * Making equal/not equal option available at for every list item * Changed into , renamed into , added documentation * Using upper cases during check, so the new settings aren't case sensitive * Linting little detail * Renaming Equality into Condition, new screenshot with both equal and not equal shown on it * Update website/docs/module_kitsu.md README adjustments Co-authored-by: Félix David <felixg.david@gmail.com> * Changes needed to resolve conflict * Changing context into instance where appropriate * Minor change to avoid changing a line that doesn't need to be changed * Turning exceptions into conditions. Making checks positive instead of negative. Changing implementation based on suggestions. --------- Co-authored-by: Félix David <felixg.david@gmail.com>
18 lines
534 B
JSON
18 lines
534 B
JSON
{
|
|
"entities_naming_pattern": {
|
|
"episode": "E##",
|
|
"sequence": "SQ##",
|
|
"shot": "SH##"
|
|
},
|
|
"publish": {
|
|
"IntegrateKitsuNote": {
|
|
"set_status_note": false,
|
|
"note_status_shortname": "wfa",
|
|
"status_conditions": [],
|
|
"custom_comment_template": {
|
|
"enabled": false,
|
|
"comment_template": "{comment}\n\n| | |\n|--|--|\n| version| `{version}` |\n| family | `{family}` |\n| name | `{name}` |"
|
|
}
|
|
}
|
|
}
|
|
}
|