Path Array
Place objects along a bezier path with various distribution modes
intermediate
Since P00
Input Ports
Path
Bezier path used for object placement
Stamp
Image placed at each point; uses a 1 px dot when not connected
Output Ports
Image
Image with the array placement applied
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Width | Int | 64 | Canvas width |
| Height | Int | 64 | Canvas height |
| Scope | Enum | Whether to apply the operation to all subpaths or one subpath | |
| Sub-path | Int | 0 | Subpath used in single-subpath mode |
| Count | Int | 5 | Number of placements per subpath |
| Mode | Enum | Equal | Placement method |
| Seed | Int | 0 | Random seed for Random and Scatter modes |
| Spread | Int | 4 | Maximum scatter deviation in pixels |
| Scatter Side | Enum | Both | Which side to scatter to: both, inside, or outside |
| Fill Direction | Enum | Forward | Placement direction for Fill mode (start to end or end to start) |
| Fill Step | Int | 1 | Pixel interval for placement in Fill mode |
| Color | Color | White | Dot color used when no stamp image is connected |
| Pixel Perfect | Bool | false | Pixel-perfect mode |
| Pixel Perfect Mode | Enum | RemoveCorner | Pixel-perfect correction mode |
| Parameter | Bool | false | Cross-product based edge removal for closed paths |
| Closed Path Removal Side | Enum | Outer | Whether to remove inside or outside edges |
Overview
Place objects along a bezier path with various distribution modes
Inputs and Outputs
Input Ports
- Path
Path: Bezier path used for object placement - Stamp
Image: Image placed at each point; uses a 1 px dot when not connected
Output Ports
- Image
Image: Image with the array placement applied
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Width | Int | 64 | Canvas width |
| Height | Int | 64 | Canvas height |
| Scope | Enum | Whether to apply the operation to all subpaths or one subpath | |
| Sub-path | Int | 0 | Subpath used in single-subpath mode |
| Count | Int | 5 | Number of placements per subpath |
| Mode | Enum | Equal | Placement method |
| Seed | Int | 0 | Random seed for Random and Scatter modes |
| Spread | Int | 4 | Maximum scatter deviation in pixels |
| Scatter Side | Enum | Both | Which side to scatter to: both, inside, or outside |
| Fill Direction | Enum | Forward | Placement direction for Fill mode (start to end or end to start) |
| Fill Step | Int | 1 | Pixel interval for placement in Fill mode |
| Color | Color | White | Dot color used when no stamp image is connected |
| Pixel Perfect | Bool | false | Pixel-perfect mode |
| Pixel Perfect Mode | Enum | RemoveCorner | Pixel-perfect correction mode |
| Parameter | Bool | false | Cross-product based edge removal for closed paths |
| Closed Path Removal Side | Enum | Outer | Whether to remove inside or outside edges |
When to Use
Use Path Array 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.
Related Nodes
bezierpath
preview
multipath