armory3d / armory2d

2D Editor
zlib License
83 stars 24 forks source link

Improved grid, more shortcuts + redesign of some areas #29

Closed MoritzBrueckner closed 5 years ago

MoritzBrueckner commented 5 years ago

Depends on https://github.com/armory3d/zui/pull/92 and https://github.com/armory3d/zui/pull/91

This is a huge PR, the commits are a little bit messy, sorry about that.

A lot of things are new/improved:

I probably forgot something, but these are the most important changes. Next time I will create more and smaller commits. Sorry :)

It also makes sense to update Kha, because until a few days ago Ctrl + left click wasn't possible until a PR fixed it.

sh-dave commented 5 years ago

just FYI: instead of all the changes in c0a5d37 you could also do a single using zui.Ext; (see static extension)

luboslenco commented 5 years ago

Thanks once again!