QtPyHammer-devs / QtPyHammer

python alternative to Valve's "Hammer World Editor"
GNU General Public License v3.0
35 stars 2 forks source link

Entity browser needs a refactor #21

Open snake-biscuits opened 3 years ago

snake-biscuits commented 3 years ago

Still in a very prototypey structure, breaking each tab into their own class will be handy for relocating these tabs throughout the UI

this could even lead to a design paradigm similar to blender’s UI panels system Linking a global scope to UI elements linked to that scope, updating visually to match the active selection

an outliner and a “logic nodes” panel would be quite useful, and thinking about things in this way could really help lock the UI down into something more easily understood