AE - added documentation for Settings

This commit is contained in:
Petr Kalis 2021-05-13 16:38:53 +02:00
parent 4d657841f1
commit 876efd0bc4
3 changed files with 41 additions and 1 deletions

View file

@ -0,0 +1,39 @@
---
id: admin_hosts_aftereffects
title: AfterEffects Settings
sidebar_label: AfterEffects
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
## AfterEffects settings
There is a couple of settings that could configure publishing process for **AfterEffects**.
All of them are Project based, eg. each project could have different configuration.
Location: Settings > Project > AfterEffects
![Harmony Project Settings](assets/admin_hosts_aftereffects_settings.png)
## Publish plugins
### Validate Scene Settings
#### Skip Resolution Check for Tasks
Set regex pattern(s) to look for in a Task name to skip resolution check against values from DB.
#### Skip Timeline Check for Tasks
Set regex pattern(s) to look for in a Task name to skip `frameStart`, `frameEnd` check against values from DB.
### AfterEffects 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: 31 KiB

View file

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