mGui icon indicating copy to clipboard operation
mGui copied to clipboard

AETemplate workflow improvements

Open theodox opened this issue 7 years ago • 2 comments

As everybody knows ... AE Templates stink.

However it should be possible to provide a good UX for editing AE templates with a little bit of work. Basically we'd need to do a little custom mel generation to mGui-ify the build and update functions of a template, along with a little bit of guard code to make sure existing templates are loaded and can be post-edited to add stuff.

I've done this once, a few years ago and it was fine after the learning curve; doing it neatly would be a nice way to open up a whole range of user-facing UI that people often avoid today.

Thoughts?

theodox avatar Apr 20 '18 23:04 theodox

So are you thinking we'd mess with the existing UI in place? Or generate a AE<Node>Template.mel file? Or should we look at targeting the AE<Node>Template.xml format instead?

bob-white avatar Apr 21 '18 06:04 bob-white

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 imported MGui and loaded an mGui script so people could write their UIs in the way they usually do but with some extra magic hookup work.

theodox avatar Apr 21 '18 20:04 theodox