mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Ignore _UNKNOWN_REF_NODE_
This commit is contained in:
parent
4d378dcf56
commit
e51bc87ae0
1 changed files with 4 additions and 0 deletions
|
|
@ -95,6 +95,10 @@ class ReferenceLoader(api.Loader):
|
|||
if ref.rsplit(":", 1)[-1].startswith("sharedReferenceNode"):
|
||||
continue
|
||||
|
||||
# Ignore _UNKNOWN_REF_NODE_ (PLN-160)
|
||||
if ref.endswith("_UNKNOWN_REF_NODE_"):
|
||||
continue
|
||||
|
||||
references.add(ref)
|
||||
|
||||
assert references, "No reference node found in container"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue