Guekka / cathedral-assets-optimizer

Port Skyrim mods between LE and SE, easily create Bethesda archives, compress textures and more
https://www.nexusmods.com/skyrimspecialedition/mods/23316/
Mozilla Public License 2.0
3 stars 1 forks source link

Patterns management #10

Open mklokocka opened 2 months ago

mklokocka commented 2 months ago

While working on patterns, I have noticed several things that would deserve improvements:

1) Documentation in app (obvious), 2) pattern management should be smarter - user should be able to "rename" (aka change the pattern) and reorder the patterns (because ordering is important for correct selection).

I have tried playing around for QListWidget for 2) but I got stuck trying to design a solution for syncing the state between profiles and the list widget.