mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Delivery in LibraryLoader - small fixes in documentation and imports
This commit is contained in:
parent
be3b277c2d
commit
5cea400239
2 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
import collections
|
import collections
|
||||||
import os
|
|
||||||
import copy
|
import copy
|
||||||
|
|
||||||
from avalon import api, style
|
from avalon import api, style
|
||||||
|
|
|
||||||
|
|
@ -177,12 +177,12 @@ Library loader is extended [loader](#loader) which allows to load published subs
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
### Delivery loader ###
|
### Delivery Action ###
|
||||||
|
|
||||||
Library Loader contains functionality to export any selected asset, subsets and their version to configurable folder.
|
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 follows structure based on defined template, this template must be configured first by Admin in the Settings.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
* Usage
|
* Usage
|
||||||
- Select all required subsets for export (you can change theirs versions by double clicking on 'Version' value)
|
- Select all required subsets for export (you can change theirs versions by double clicking on 'Version' value)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue