mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge pull request #2176 from pypeclub/feature/OP-1905_Add-Validate-active-site-button-to-Sync-Queue
This commit is contained in:
commit
91e1e911c6
8 changed files with 270 additions and 76 deletions
|
|
@ -474,5 +474,13 @@ Actions accessible by context menu on single (or multiple representations):
|
|||
Double click on any of the representation open Detail dialog with information about all files for particular representation.
|
||||
In this dialog error details could be accessed in the context menu.
|
||||
|
||||
#### Context menu on project name
|
||||
Artists can also Pause whole server or specific project for synchronization. In that state no download/upload is being run.
|
||||
This might be helpful if the artist is not interested in a particular project for a while or wants to save bandwidth data limit for a bit.
|
||||
This might be helpful if the artist is not interested in a particular project for a while or wants to save bandwidth data limit for a bit.
|
||||
|
||||
Another option is `Validate files on active site`. This option triggers process where all representation of the selected project are looped through, file paths are resolved for active site and
|
||||
if paths point to local system, paths are physically checked if files are existing. If file exists and representation is not marked to be present on 'active_site' in DB, DB is updated
|
||||
to follow that.
|
||||
|
||||
This might be useful if artist has representation files that Site Sync doesn't know about (newly attached external drive with representations from studio).
|
||||
This project might take a while!
|
||||
Loading…
Add table
Add a link
Reference in a new issue