diff --git a/openpype/plugins/load/delivery.py b/openpype/plugins/load/delivery.py index 013ea73dd2..6c83886686 100644 --- a/openpype/plugins/load/delivery.py +++ b/openpype/plugins/load/delivery.py @@ -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" diff --git a/website/docs/artist_tools.md b/website/docs/artist_tools.md index 5bc3f4c1fd..603e5fe590 100644 --- a/website/docs/artist_tools.md +++ b/website/docs/artist_tools.md @@ -177,6 +177,22 @@ Library loader is extended [loader](#loader) which allows to load published subs +### 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 diff --git a/website/docs/assets/tools/tools_delivery_loader.png b/website/docs/assets/tools/tools_delivery_loader.png new file mode 100644 index 0000000000..511cd24fbb Binary files /dev/null and b/website/docs/assets/tools/tools_delivery_loader.png differ