update readme

This commit is contained in:
CJSatnarine
2026-02-28 02:48:38 -05:00
parent c160d5754a
commit ea14c9828a

View File

@@ -5,7 +5,7 @@ This python script exports Krita layers in the format of `fileName_layerIndex_la
1. Go to Tools -> Scripts -> Scripter and: 1. Go to Tools -> Scripts -> Scripter and:
1. paste the Python script into the text editor section **OR** 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. 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. Your exported files should be in a folder near to your Krita project file.
> [!WARNING] > [!WARNING]