Ase Layer Select
Keeps one layer and optionally its children from an Aseprite document.
intermediate
Since P00
Input Ports
Aseprite
Source Aseprite document
Output Ports
Aseprite
Aseprite output from Ase Layer Select.
Layer Count
Layer Count output from Ase Layer Select.
Summary
Summary output from Ase Layer Select.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Selection Mode | Enum | `Index` | Controls the selection mode setting for Ase Layer Select. |
| Layer Index | Int | `0` | Controls the layer index setting for Ase Layer Select. |
| Layer Name | Text | Empty | Controls the layer name setting for Ase Layer Select. |
| Include Children | Bool | `true` | Controls the include children setting for Ase Layer Select. |
Overview
Keeps one layer and optionally its children from an Aseprite document.
Inputs and Outputs
Input Ports
- Aseprite
AsepriteFile: Source Aseprite document
Output Ports
- Aseprite
AsepriteFile: Aseprite output from Ase Layer Select. - Layer Count
Int: Layer Count output from Ase Layer Select. - Summary
Text: Summary output from Ase Layer Select.
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Selection Mode | Enum | `Index` | Controls the selection mode setting for Ase Layer Select. |
| Layer Index | Int | `0` | Controls the layer index setting for Ase Layer Select. |
| Layer Name | Text | Empty | Controls the layer name setting for Ase Layer Select. |
| Include Children | Bool | `true` | Controls the include children setting for Ase Layer Select. |
When to Use
Use Ase Layer Select 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.