Harmony - added documentation for Project Settings

This commit is contained in:
Petr Kalis 2021-05-13 12:12:07 +02:00
parent 4d657841f1
commit e80488f582
3 changed files with 53 additions and 1 deletions

View 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
![Harmony Project Settings](assets/admin_hosts_harmony_settings.png)
## 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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View file

@ -84,7 +84,8 @@ module.exports = {
label: "Integrations",
items: [
"admin_hosts_blender",
"admin_hosts_resolve"
"admin_hosts_resolve",
"admin_hosts_harmony"
],
},
{