link_parameters
Create genuine references between Houdini parameters by linking source and target paths (node_path.parm_name) with Parm.set or setExpression, ensuring real cross-parm connections.
Instructions
建立 parm 之间的真实引用(add-node-parameter-vex-tools,MUTATING)。
使用 ``Parm.set(Parm)`` / ``setExpression()`` 建跨 parm 引用;
不用 channel alias 冒充。``source`` / ``target`` 形式
``node_path.parm_name``。响应过 ``apply_response_cap``。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| source | Yes | ||
| target | Yes |