Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deadline: Add docs for Process submitted job on farm plugin #135

Merged
merged 10 commits into from
Sep 13, 2024
10 changes: 10 additions & 0 deletions website/docs/addon_deadline_admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,16 @@ The dependent publishing job's pool uses `ayon+settings://deadline/publish/Proce
The logic for publishing job pool assignment applies to tiling jobs.
:::

## Publish Plugins

### Process submitted job on farm

`ProcessSubmittedJobOnFarm`

#### List of family names to transfer to generated instances (AOVs for example)

`families_transfer` - Because each AOV becomes its own instance when publishing on the farm, this attribute will ensure the AOV instances have these families if present on the rendering instance.

## Troubleshooting

### Publishing jobs fail directly in DCCs
Expand Down
Loading