Add comment

This commit is contained in:
Lucas Sköld 2024-08-04 17:32:08 +02:00
parent 70301c5e54
commit 9349d318ba

View File

@ -761,6 +761,7 @@ The 'any_input' is required for making sure the node you want the value from exi
for node_input in node["inputs"]: for node_input in node["inputs"]:
link_id = node_input["link"] link_id = node_input["link"]
# Construct a map of links to node IDs for future reference
node_outputs = node.get("outputs", None) node_outputs = node.get("outputs", None)
if not node_outputs: if not node_outputs:
continue continue