Skip to content

Commit

Permalink
Ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
henpemaz committed Sep 2, 2022
1 parent 29c3d55 commit fb53d5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
###RW Scene Editor
### RW Scene Editor

A Krita plugin for loading and saving Rain World scenes. This plugin adds two actions under `Tools` for opening and saving scenes.

Expand All @@ -21,8 +21,8 @@ To save a scene, select "Save RW Scene" the folder where that scene will be save

## Instalation

Tools -> Scripts -> Import, select the downloaded .zip
Download the zip from [the releases page](https://github.com/henpemaz/RWSceneEditor/releases/latest) (not the source code, the zip!)

Settings -> Configure Krita -> Python Plugin Manager, find `RW Scene Editor` and enable it.
Tools -> Scripts -> Import from file -> Select the downloaded .zip -> Yes -> Close Krita (and then re-open it)

When in doubt, check the [manual](https://docs.krita.org/en/user_manual/python_scripting/install_custom_python_plugin.html)
2 changes: 1 addition & 1 deletion RWSceneEditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def saveRWScene(self):
k = Krita.instance()

q = QFileDialog()
q.setWindowTitle("The folder to save the scene, the name of the folder will ")
q.setWindowTitle("The folder to save the scene")
q.setFileMode(QFileDialog.Directory)
q.setOption(QFileDialog.ShowDirsOnly, True)

Expand Down

0 comments on commit fb53d5c

Please sign in to comment.