set_layer_visibility
Set the visibility of a named layer in an Aseprite file by providing the filename, layer name, and a boolean visibility flag.
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 |
|---|---|---|---|
| filename | Yes | ||
| layer_name | Yes | ||
| visible | No |