set_layer
Sets a specific layer as the active layer in an Aseprite file. Optionally creates the layer if it doesn't 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 |