mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
minor fixes in wording
This commit is contained in:
parent
c82ab41d7c
commit
c05995c238
2 changed files with 9 additions and 7 deletions
|
|
@ -1,14 +1,16 @@
|
|||
{
|
||||
"publish": {
|
||||
"CollectPalettes": {
|
||||
"allowed_tasks": [".*"]
|
||||
"allowed_tasks": [
|
||||
".*"
|
||||
]
|
||||
},
|
||||
"ValidateSceneSettings": {
|
||||
"enabled": true,
|
||||
"optional": true,
|
||||
"active": true,
|
||||
"frame_check_filter": ["_ch_", "_pr_", "_intd_", "_extd_"],
|
||||
"skip_resolution_check": ["render", "Render"],
|
||||
"frame_check_filter": [],
|
||||
"skip_resolution_check": [],
|
||||
"skip_timelines_check": []
|
||||
},
|
||||
"HarmonySubmitDeadline": {
|
||||
|
|
|
|||
|
|
@ -24,21 +24,21 @@ Location: Settings > Project > Harmony
|
|||
|
||||
Set regex pattern(s) only for task names when publishing of Palettes should occur.
|
||||
|
||||
Use ".*" for publish Palettes for ALL tasks.
|
||||
Use ".*" to publish Palettes for ALL tasks.
|
||||
|
||||
### Validate Scene Settings
|
||||
|
||||
#### Skip Frame check for Assets with
|
||||
|
||||
Set regex pattern(s) to find in Asset name to skip checks of `frameEnd` value from DB.
|
||||
Set regex pattern(s) for filtering Asset name that should skip validation of `frameEnd` value from DB.
|
||||
|
||||
#### Skip Resolution Check for Tasks
|
||||
|
||||
Set regex pattern(s) to find in Task name to skip resolution check against values from DB.
|
||||
Set regex pattern(s) for filtering Asset name that should skip validation or `Resolution` value from DB.
|
||||
|
||||
#### Skip Timeline Check for Tasks
|
||||
|
||||
Set regex pattern(s) to find in Task name to skip `frameStart`, `frameEnd` check against values from DB.
|
||||
Set regex pattern(s) for filtering Task name that should skip validation `frameStart`, `frameEnd` check against values from DB.
|
||||
|
||||
### Harmony Submit to Deadline
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue