mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Delivery in LibraryLoader - added documentation
This commit is contained in:
parent
3e2a16af94
commit
7e2a9ef3e6
3 changed files with 17 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class Delivery(api.SubsetLoader):
|
|||
families = ["*"]
|
||||
# tool_names = ["library_loader"]
|
||||
|
||||
label = "Delivery Versions"
|
||||
label = "Deliver Versions"
|
||||
order = 35
|
||||
icon = "upload"
|
||||
color = "#d8d8d8"
|
||||
|
|
|
|||
|
|
@ -177,6 +177,22 @@ Library loader is extended [loader](#loader) which allows to load published subs
|
|||
</div>
|
||||
</div>
|
||||
|
||||
### Delivery loader ###
|
||||
|
||||
Library Loader contains functionality to export any selected asset, subsets and their version to configurable folder.
|
||||
Delivery follows structure based on defined template, this template must be configured first by Admin in the Settings.
|
||||
|
||||

|
||||
|
||||
* Usage
|
||||
- Select all required subsets for export (you can change theirs versions by double clicking on 'Version' value)
|
||||
- Right click and select **Deliver Versions** from context menu
|
||||
- Select predefined Delivery template (must be configured by Admin system or project wide)
|
||||
- Fill value for root folder (folder will be created if it doesn't exist)
|
||||
- Filter out type of representation you are not interested in
|
||||
- Push **Deliver** button
|
||||
- Dialog must be kept open until export is finished
|
||||
- In a case of problems with any of the representation, that one will be skipped, description of error will be provided in the dialog
|
||||
* * *
|
||||
|
||||
## Publisher
|
||||
|
|
|
|||
BIN
website/docs/assets/tools/tools_delivery_loader.png
Normal file
BIN
website/docs/assets/tools/tools_delivery_loader.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Loading…
Add table
Add a link
Reference in a new issue