set_layer
Activates a specific layer in an Aseprite file by name, with the option to create it if it does not exist.
Instructions
Set the active layer by name.
Args: filename: Name of the Aseprite file to modify layer_name: Layer name to activate create_if_missing: Create layer if it does not exist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| layer_name | Yes | ||
| create_if_missing | No |