Aseprite Export
Writes an Aseprite document to disk when save mode allows it.
intermediate
Since P00
Input Ports
Aseprite
Aseprite input for Aseprite Export.
Output Ports
Aseprite
Aseprite output from Aseprite Export.
Saved
Saved output from Aseprite Export.
Saved Path
Saved Path output from Aseprite Export.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Path | FilePath | Empty | Controls the path setting for Aseprite Export. |
| Save Mode | Enum | `Disabled` | Controls the save mode setting for Aseprite Export. |
Overview
Writes an Aseprite document to disk when save mode allows it.
Inputs and Outputs
Input Ports
- Aseprite
AsepriteFile: Aseprite input for Aseprite Export.
Output Ports
- Aseprite
AsepriteFile: Aseprite output from Aseprite Export. - Saved
Bool: Saved output from Aseprite Export. - Saved Path
Text: Saved Path output from Aseprite Export.
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Path | FilePath | Empty | Controls the path setting for Aseprite Export. |
| Save Mode | Enum | `Disabled` | Controls the save mode setting for Aseprite Export. |
When to Use
Use Aseprite Export 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.