This commit is contained in:
kijai 2024-08-10 12:57:00 +03:00
commit a6f358ac29

View File

@ -761,6 +761,7 @@ The 'any_input' is required for making sure the node you want the value from exi
elif any_input is not None: elif any_input is not None:
if node["type"] == "WidgetToString" and node["id"] == int(unique_id) and not link_id: if node["type"] == "WidgetToString" and node["id"] == int(unique_id) and not link_id:
for node_input in node["inputs"]: for node_input in node["inputs"]:
if node_input["name"] == "any_input":
link_id = node_input["link"] link_id = node_input["link"]
# Construct a map of links to node IDs for future reference # Construct a map of links to node IDs for future reference