mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Harmony - added documentation for Project Settings
This commit is contained in:
parent
4d657841f1
commit
e80488f582
3 changed files with 53 additions and 1 deletions
51
website/docs/admin_hosts_harmony.md
Normal file
51
website/docs/admin_hosts_harmony.md
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
---
|
||||
id: admin_hosts_harmony
|
||||
title: ToonBoom Harmony Settings
|
||||
sidebar_label: ToonBoom Harmony
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
## ToonBoom Harmony settings
|
||||
|
||||
There is a couple of settings that could configure publishing process for **ToonBoom Harmony**.
|
||||
All of them are Project based, eg. each project could have different configuration.
|
||||
|
||||
Location: Settings > Project > Harmony
|
||||
|
||||

|
||||
|
||||
## Publish plugins
|
||||
|
||||
### Collect Palettes
|
||||
|
||||
#### Allowed tasks
|
||||
|
||||
Set regex pattern(s) only for task names when publishing of Palettes should occur.
|
||||
|
||||
Use ".*" for 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.
|
||||
|
||||
#### Skip Resolution Check for Tasks
|
||||
|
||||
Set regex pattern(s) to find in Task name to skip resolution check against values 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.
|
||||
|
||||
### Harmony Submit to Deadline
|
||||
|
||||
* `Use Published scene` - Set to True (green) when Deadline should take published scene as a source instead of uploaded local one.
|
||||
* `Priority` - priority of job on farm
|
||||
* `Primary Pool` - here is list of pool fetched from server you can select from.
|
||||
* `Secondary Pool`
|
||||
* `Frames Per Task` - number of sequence division between individual tasks (chunks)
|
||||
making one job on farm.
|
||||
|
||||
BIN
website/docs/assets/admin_hosts_harmony_settings.png
Normal file
BIN
website/docs/assets/admin_hosts_harmony_settings.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
|
|
@ -84,7 +84,8 @@ module.exports = {
|
|||
label: "Integrations",
|
||||
items: [
|
||||
"admin_hosts_blender",
|
||||
"admin_hosts_resolve"
|
||||
"admin_hosts_resolve",
|
||||
"admin_hosts_harmony"
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue