From a5d0b918bfce5c97573ec9e80ea09ebef671c92a Mon Sep 17 00:00:00 2001 From: CJSatnarine Date: Sat, 28 Feb 2026 02:34:14 -0500 Subject: [PATCH] add README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a3ee5ec --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Export layers in Krita as numbered files. +This python script exports Krita layers in the format of `fileName_layerIndex_layerName`. + +## How to use +1. Go to Tools -> Scripts -> Scripter and: + 1. paste the Python script into the text editor section **OR** + 2. go to File -> Open, navigate through the pop up file explorer and click on the python script. +2. Run the Python script by hitting the play button or typing `Ctrl + R`. +Your exported files should be in a folder near to your Krita project file. + +> [!WARNING] +> - You should export from a saved Krita project. An unsaved project will export the files into your home directory (within a folder named `exported_layers` or whatever you set the `export_directory` to in the script.). +> - This has only been tested to work on Linux. \ No newline at end of file