mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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"):
|
if ref.rsplit(":", 1)[-1].startswith("sharedReferenceNode"):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
# Ignore _UNKNOWN_REF_NODE_ (PLN-160)
|
||||||
|
if ref.endswith("_UNKNOWN_REF_NODE_"):
|
||||||
|
continue
|
||||||
|
|
||||||
references.add(ref)
|
references.add(ref)
|
||||||
|
|
||||||
assert references, "No reference node found in container"
|
assert references, "No reference node found in container"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue