Skip to content

Commit

Permalink
Merge pull request #179 from ynput/enhancement/AY-5539_define-creator…
Browse files Browse the repository at this point in the history
…s-per-task

Creator filtering by task in Publisher
  • Loading branch information
kalisp authored Jun 10, 2024
2 parents 848678a + 662ed14 commit 4b3f286
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions website/docs/addon_core_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,27 @@ Applicable context filters:

(This image shows use case where `render` anatomy template is used for products of families ['review, 'render', 'prerender'], `publish` template is chosen for all other.)

### Filter creator profiles

This feature offers settings that narrow down the list of creators appearing in Publisher according to the specific context, thereby making it easier for artists to choose the right creator for their work.
Each profile consists of
- A list of host names.
- Task Types drop down menu.
- A list of task names, which can serve as an alternative to task types.
- A list of Creator Labels, where you can add the labels of the creators you want to be displayed.

If you would like to show creator, put its creator label to `Allowed Creator Labels`, easiest way is to open DCC, select creator label in the list of creators and copy&paste it to Settings.
Regular expression is supported (eg. `Image.*` would show all `ImageHD`, `ImageLD`, `ImageThumb` creators).

Logging is provided in debug mode (`ayon_console --debug`) to highlight if profile matched and filtering is happening.

![core_tools_filter_creators](assets/tools/core_tools_filter_creators.png)

::: note
In the example shown above only available creators with labels starting with `Render` (eg. `Render`, `RenderLOD` etc.) for `animation` task started in `AfterEffects`.
No other creators will be shown for use when this filter profile being active. No other DCCs or even tasks in `AfterEffects` would be affected.
:::

#### Custom Staging Directory Profiles
With this feature, users can specify a custom data folder path based on presets, which can be used during the creation and publishing stages.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4b3f286

Please sign in to comment.