1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00
Pixelorama/addons
Emmanouil Papadeas 534a7fd356 Change the selected UI layout every time it changes
This way, Pixelorama remembers the changes users make to the UI, without them having to go to Window, Manage Layouts and clicking on Edit, which was an unintuitive and slow way. Needs testing because bugs may linger.

This commit also adds a new `save_on_change` variable and a `save` method on layout.gd of the dockable_container plugin. Perhaps I should also add this upstream as well.

I also need to add a way to create new layouts based off the default ones (which are permanently stored within Pixelorama's pck file and cannot be modified), so users will always have the option to resort to the default layouts.
2024-02-02 02:31:29 +02:00
..
aimg_io Port to Godot 4 (#900) 2023-09-04 16:29:06 +03:00
dockable_container Change the selected UI layout every time it changes 2024-02-02 02:31:29 +02:00
gdgifexporter Port to Godot 4 (#900) 2023-09-04 16:29:06 +03:00
keychain Update Keychain 2023-11-09 03:36:30 +02:00
SmartSlicer/Classes Port to Godot 4 (#900) 2023-09-04 16:29:06 +03:00
README.md Change the selected UI layout every time it changes 2024-02-02 02:31:29 +02:00

Addons

aimgio

Keychain

gdgifexporter

Files extracted from source:

  • gdgifexporter/quantization/enhanced_uniform_quantization.gd

godot-dockable-container

SmartSlicer

  • Upstream: https://github.com/Variable-Interactive/SmartSlicer
  • Version: Based on git commit 5d65d2ff556fed878099c96546ceb307aa3bc030 with a modification on SmartSlicePreview.gd (lines 31-32). Only the contents of addons folder are used and the script SmartSlicePreview.gd is moved to res://src/UI/Dialogs/HelperScripts/ for better organization
  • License: MIT