Delivery in LibraryLoader - added documentation

This commit is contained in:
Petr Kalis 2021-05-20 15:56:50 +02:00
parent 3e2a16af94
commit 7e2a9ef3e6
3 changed files with 17 additions and 1 deletions

View file

@ -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"

View file

@ -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.
![delivery_loader](assets/tools/tools_delivery_loader.png)
* 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB