Skip to content
Jigwright

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_pinsWrite

Arguments

NameTypeDescription
blueprintreqstringBlueprint asset path.
from_nodereqstringSource node id.
from_pinreqstringSource pin name. Execution pins are often named 'then' or ''.
graphreqstringGraph name.
to_nodereqstringTarget node id.
to_pinreqstringTarget pin name.
forceboolean
= 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.

Also in Blueprints: