mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
24 lines
No EOL
797 B
XML
24 lines
No EOL
797 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<root>
|
|
<error id="main">
|
|
<title>Not up-to-date assets</title>
|
|
<description>
|
|
## Obsolete containers found
|
|
|
|
Scene contains one or more obsolete loaded containers, eg. items loaded into scene by Loader.
|
|
|
|
### How to repair?
|
|
|
|
Use 'Scene Inventory' and update all highlighted old container to latest OR
|
|
refresh Publish and switch 'Validate Containers' toggle on 'Options' tab.
|
|
|
|
WARNING: Skipping this validator will result in publishing (and probably rendering) old version of loaded assets.
|
|
</description>
|
|
<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.
|
|
</detail>
|
|
</error>
|
|
</root> |