Steve Theodore

Results 28 comments of Steve Theodore

yeah, that's the basic idea. Or more like QT uic files. I'm not sure how I feel about it though, it's good separation of concerns but the handshake between code...

in the menuloader, I use fully qualifies names (see https://github.com/theodox/mGui/blob/master/mGui/menu_loader.py) to bind functions to events. That seems to work pretty well, although I'm sure you'd get some edge cases if...

This looks like a promising YAML alternative https://code.google.com/archive/p/rson/ https://pypi.python.org/pypi/rsonlite/0.1.0 Rson is a syntax transform of Json, so it's just a formatting thing which I like

Looking at `menuloader`, it seems like we're not really leveraging much of the fanciness of yaml at all. It might be more flexible to rewrite the menuloader and other UI...

I think this might be the way to go, and then we can apply the same change to the menu loader and sorta-kinda get the gui layout language for free.

It's fixable if you add a string coercion inside `get_insert_after_item` but I think this extends to other gui commands as well, so we need to be careful

My main idea was to target post-editing existing AE templates because they are so ghastly to work with. I think we could also create a standard mel shim that just...

That’s definitely what happens, I think it’s because the mgui tests are being found and run in somebody else’s runners Sent from my iPhone > On Jul 10, 2018, at...

Does it fix the ‘you can’t reload metaclass hierarchies’ problem?

yeah, I think we can call reloading with open UI an 'advanced feature' we don't want to support.