Multi Path
Multi-layer bezier path editor. Each layer is an independent sub-path. Outputs combined path and individual layers via pin promotion.
intermediate
Since P00
Output Ports
Path
Path output from Multi Path.
Layer Count
Layercount
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Width | Int | 64 | Canvas width in pixels |
| Height | Int | 64 | Canvas height in pixels |
| Path Data | CustomData | "" | Controls the path data setting for Multi Path. |
| Layers | Int | 0 | Controls the layers setting for Multi Path. |
| Layer N | Map | "" | Controls the layer n setting for Multi Path. |
Overview
Multi-layer bezier path editor. Each layer is an independent sub-path. Outputs combined path and individual layers via pin promotion.
Inputs and Outputs
Output Ports
- Path
Path: Path output from Multi Path. - Layer Count
Int: Layercount
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Width | Int | 64 | Canvas width in pixels |
| Height | Int | 64 | Canvas height in pixels |
| Path Data | CustomData | "" | Controls the path data setting for Multi Path. |
| Layers | Int | 0 | Controls the layers setting for Multi Path. |
| Layer N | Map | "" | Controls the layer n setting for Multi Path. |
When to Use
Use Multi Path when you need this operation to remain explicit, reusable, and easy to tune inside a PixPipeline node graph.
Notes
Connect compatible data types and preview the result while tuning this node. Parameter names and port names follow the PixPipeline UI.