mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Refactored content of help, eg error message
This commit is contained in:
parent
e93558f961
commit
d9e3815878
1 changed files with 3 additions and 4 deletions
|
|
@ -3,9 +3,9 @@
|
|||
<error id="main">
|
||||
<title>Not up-to-date assets</title>
|
||||
<description>
|
||||
## Obsolete containers found
|
||||
## Outdated containers found
|
||||
|
||||
Scene contains one or more obsolete loaded containers, eg. items loaded into scene by Loader.
|
||||
Scene contains one or more outdated loaded containers, eg. versions of items loaded into scene by Loader are not latest.
|
||||
|
||||
### How to repair?
|
||||
|
||||
|
|
@ -17,8 +17,7 @@ Use 'Scene Inventory' and update all highlighted old container to latest OR
|
|||
<detail>
|
||||
### __Detailed Info__ (optional)
|
||||
|
||||
This validator protects you from rendering obsolete content, someone modified some referenced asset in this scene, eg.
|
||||
by skipping this you would ignore changes to that asset.
|
||||
This validates whether you're working with the latest versions of published content loaded into your scene. This protects you from using outdated versions of an asset.
|
||||
</detail>
|
||||
</error>
|
||||
</root>
|
||||
Loading…
Add table
Add a link
Reference in a new issue