Also capture _UNKNOWN_REF_NODE_1, or other variations (noticed that being present in one scene)

This commit is contained in:
Roy Nieterau 2018-09-11 14:05:12 +02:00
parent e51bc87ae0
commit b2f83d7c19

View file

@ -96,7 +96,7 @@ class ReferenceLoader(api.Loader):
continue
# Ignore _UNKNOWN_REF_NODE_ (PLN-160)
if ref.endswith("_UNKNOWN_REF_NODE_"):
if ref.rsplit(":", 1)[-1].startswith("_UNKNOWN_REF_NODE_"):
continue
references.add(ref)