set_layer_visibility
Sets whether a specific layer in an Aseprite file is visible or hidden. Specify the filename, layer name, and desired visibility state.
Instructions
Set layer visibility by name.
Args: filename: Name of the Aseprite file to modify layer_name: Layer name to target visible: Whether the layer should be visible
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| visible | No | ||
| filename | Yes | ||
| layer_name | Yes |