Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AETemplate workflow improvements #101

Open
theodox opened this issue Apr 20, 2018 · 2 comments
Open

AETemplate workflow improvements #101

theodox opened this issue Apr 20, 2018 · 2 comments

Comments

@theodox
Copy link
Owner

theodox commented Apr 20, 2018

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?

@bob-white
Copy link
Collaborator

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?

@theodox
Copy link
Owner Author

theodox commented Apr 21, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants