| tools | [{"name":"create_layer","description":"Create a new pixel, group, or adjustment layer in the active document.","source_file":"scripts/create_layer.py","read_only":false,"destructive":false,"idempotent":false},{"name":"delete_layer","description":"Delete a named layer from the active document.","source_file":"scripts/delete_layer.py","read_only":false,"destructive":true,"idempotent":false},{"name":"duplicate_layer","description":"Duplicate a named layer, optionally giving the duplicate a new name.","source_file":"scripts/duplicate_layer.py","read_only":false,"destructive":false,"idempotent":false},{"name":"rename_layer","description":"Rename a layer in the active document.","source_file":"scripts/rename_layer.py","read_only":false,"destructive":false,"idempotent":true},{"name":"set_layer_opacity","description":"Set the opacity (0-100) of a named layer.","source_file":"scripts/set_layer_opacity.py","read_only":false,"destructive":false,"idempotent":true},{"name":"set_layer_visibility","description":"Show or hide a named layer.","source_file":"scripts/set_layer_visibility.py","read_only":false,"destructive":false,"idempotent":true},{"name":"set_layer_blend_mode","description":"Set the blend mode of a named layer (normal, multiply, screen, overlay, etc.).","source_file":"scripts/set_layer_blend_mode.py","read_only":false,"destructive":false,"idempotent":true},{"name":"fill_layer","description":"Fill a layer with a solid color (hex or RGB) or transparent.","source_file":"scripts/fill_layer.py","read_only":false,"destructive":false,"idempotent":true}] |