Connect Blueprint Pins
Wire one node's pin to another's, validated by the Blueprint schema. A rejected connection reports the schema's own reason, such as a type mismatch. Compile afterwards.
hf_connect_blueprint_pinsWriteArguments
| Name | Type | Description |
|---|---|---|
blueprintreq | string | Blueprint asset path. |
from_nodereq | string | Source node id. |
from_pinreq | string | Source pin name. Execution pins are often named 'then' or ''. |
graphreq | string | Graph name. |
to_nodereq | string | Target node id. |
to_pinreq | string | Target pin name. |
force | boolean = false | Edit even when the asset cannot currently be saved - for example when revision control is configured but disconnected. The change will be made in memory and WILL BE LOST unless the underlying problem is fixed before saving. Only pass this if you intend to discard the work or fix the connection first. |
Related tools
Also in Blueprints: