mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
#680 - added documentation
This commit is contained in:
parent
8813c7cc06
commit
186bd21edc
3 changed files with 27 additions and 1 deletions
BIN
website/docs/assets/ftrack/ftrack-collect-advanced.png
Normal file
BIN
website/docs/assets/ftrack/ftrack-collect-advanced.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
website/docs/assets/ftrack/ftrack-collect-main.png
Normal file
BIN
website/docs/assets/ftrack/ftrack-collect-main.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
|
|
@ -196,7 +196,7 @@ Is used to remove value from `Avalon/Mongo Id` Custom Attribute when entity is c
|
|||
|
||||
### Sync status from Task to Parent
|
||||
|
||||
List of parent boject types where this is triggered ("Shot", "Asset build", etc. Skipped if it is empty)
|
||||
List of parent object types where this is triggered ("Shot", "Asset build", etc. Skipped if it is empty)
|
||||
|
||||
### Sync status from Version to Task
|
||||
|
||||
|
|
@ -214,3 +214,29 @@ This is usefull for example if first version publish doesn't contain any actual
|
|||
|
||||
### Update status on next task
|
||||
Change status on next task by task types order when task status state changed to "Done". All tasks with the same Task mapping of next task status changes From → To. Some status can be ignored.
|
||||
|
||||
## Publish plugins
|
||||
|
||||
### Collect Ftrack Family
|
||||
|
||||
Reviews uploads to Ftrack could be configured by combination of hosts, families and task names.
|
||||
(Currently implemented only in Standalone Publisher, Maya.)
|
||||
|
||||
#### Profiles
|
||||
|
||||
Profiles are used to select when to add Ftrack family to the instance. One or multiple profiles could be configured, Families, Task names (regex available), Host names combination is needed.
|
||||
|
||||
Eg. If I want review created and uploaded to Ftrack for render published from Maya , setting is:
|
||||
|
||||
Host names: 'Maya'
|
||||
Families: 'render'
|
||||
Add Ftrack Family: enabled
|
||||
|
||||

|
||||
|
||||
#### Advanced adding if additional families present
|
||||
|
||||
In special cases adding 'ftrack' based on main family ('Families' set higher) is not enough.
|
||||
(For example upload to Ftrack for 'plate' main family should only happen if 'review' is contained in instance 'families', not added in other cases. )
|
||||
|
||||

|
||||
Loading…
Add table
Add a link
Reference in a new issue