From ea14c9828aa35924f1f6e9c7d276a800ee4c1ab9 Mon Sep 17 00:00:00 2001 From: CJSatnarine Date: Sat, 28 Feb 2026 02:48:38 -0500 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3ee5ec..bf00532 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ This python script exports Krita layers in the format of `fileName_layerIndex_la 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`. +2. Run the Python script by hitting the play button or typing `Ctrl + R`. The name of every layer exported will be printed to the console. 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 +> - This has only been tested to work on Linux.