mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
documentation: Split tools into separate entries
Having the different tools displayed in the sidebar will allow the reader to form a overall picture of these faster as well as allowing to reference these easier. Any reference (link) to the tools has been updated to reflect the changes above.
This commit is contained in:
parent
e444e0c7d9
commit
17d31793a9
25 changed files with 660 additions and 577 deletions
42
website/docs/artist_tools_library_loader.md
Normal file
42
website/docs/artist_tools_library_loader.md
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
---
|
||||
id: artist_tools_library_loader
|
||||
title: Library Loader
|
||||
sidebar_label: Library Loader
|
||||
description: Allows loading published subsets from projects of type "Library".
|
||||
---
|
||||
|
||||
# Library Loader
|
||||
|
||||
Library loader is extended [loader](artist_tools_loader) which allows to load published subsets from Library projects. Controls are same but library loader has extra Combo Box which allows you to choose project you want to load from.
|
||||
|
||||
<div class="row markdown">
|
||||
<div class="col col--6 markdown">
|
||||
|
||||
 <!-- picture needs to be changed -->
|
||||
|
||||
</div>
|
||||
<div class="col col--6 markdown">
|
||||
|
||||
 <!-- picture needs to be changed -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
## Delivery Action
|
||||
|
||||
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
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue