Full BSDF
This commit is contained in:
@ -247,7 +247,7 @@ def check_link(
|
||||
included based on the given defines (`defs`). If that is the case,
|
||||
the found link is written to the `out` dictionary.
|
||||
"""
|
||||
for link in source_context["links"]:
|
||||
for link in source_context.get("links", []):
|
||||
if link["name"] == cid:
|
||||
valid_link = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user