cavalry_connect
Connect a source layer's attribute output to a target layer's attribute input to build procedural workflows in Cavalry.
Instructions
Connect one layer's attribute output to another layer's attribute input. Used for procedural/data-driven workflows (e.g. connecting a shape to a duplicator's 'shapes' input, or a noise layer's output to a position attribute).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Force the connection even if types don't match | |
| toAttrId | Yes | Target attribute ID (e.g. 'shapes' on a duplicator) | |
| toLayerId | Yes | Target layer ID | |
| fromAttrId | Yes | Source attribute ID (e.g. 'id' for shape output) | |
| fromLayerId | Yes | Source layer ID |