Usage
Enable the plugin in Project Setttings. Quick Scenes should appear in your bottom pannel. It looks like this (after you press the Add Scene button):

- Opens the scenes panel.
- Adds a new empty scene entry.
- Adds a new scene entry with path to the currently opened scene. Disabled when the scene is empty.
- Path to the scene file.
- Runs the scene at the provided path.
- Opens the scene in the editor.
- If this is checked, this scene will be ran after pressing the shortcut (default is F9) in the editor.
- Drag this button to reorder scenes.

- Click this button to quick load a scene.
- Click this button to delete the scene.
- Click this button to customize the scene entry (see Styling).

- The buttons are disabled if the path does not point to a valid scene.
The Quick Scenes dock also supports vertical and floating layouts (just right-click the dock button, or drag it). You can assign the scene path by right-clicking a scene file, selecting "Copy Path" option and pasting in the path field. You can also drag and drop it, or use the Quick Load button. The dock supports undo/redo (except for editing the path text manually).
The shortcut scene can also be started using a dedicated button:

Styling
Clicking the style edit button opens the dialog for customizing appearance of the scene entry.

The options are:
- Name: Custom name for the scene.
- Icon: Icon of the entry.
- Show Border: Shows a border around entry.
- Border Color: Border color.
Settings
The addon comes with a few settings.
- The project setting
addons/quick_scenes/scene_list_filedefines a file that keeps the list of all quick scenes. By default it'sres://quick_scenes.txt. Changing it to another file will automatically move the old list, if the new file does not exist yet. - The editor setting
addons/quick_scenes/show_quick_run_labelcustomizes an optional label that will appear next to the run button. It has 3 modes: Hidden, Filename Only, and Full Path.

- The editor setting
addons/quick_scenes/max_quick_run_label_widthcontrols the width of the aforementioned label. - The editor shortcut
Quick Scenes > Run Quick Scene, used for running the scene marked for shortcut.
Localization
The addon supports translations and will automatically use the editor's language, if available. Currently only Polish translation is available. To make a new translation use the QuickSceneRunner.pot file found in the addon's folder and feel free to open a pull request.
Changelog for version 1.5
No changelog provided for this version.