Posts

Showing posts with the label JSE

Expressions in JSE!

Image
A milestone in creating expressions in my own maya script editor, along with previous features of splitting and deleting panes. Oh yeah and it will transfer your current scripting tabs over to the script editor. In other news on coding this, I've been looking into the logging library and creating debug messages using those, which I found pretty funky as I can turn them on or off by setting the severity limit.

Joe's script editor, initial look and dev

Image
Continuation of pursuit for a more powerful and functional script editor from the university specialist project last year, I present the first look at JSE, or Joe's Script Editor. Yeah the name was definitely super cool, yeah. I have a lot of features lined up, including ideas from improving the script editor specialist project in the 2nd university year of study, including: Split panes (initial proof of concept complete) Opening and saving script behaviour just like in a normal text editor Re-written code execution procedures to overload the default one Vim style command line to do things New right click menus Integration with the existing scrip editor's preferences Some cool help to go with using it This is a personal project at the moment but I may consider it for the innovations project during this final university year. When I complete it to a good enough of a standard, I am thinking of proposing this to Autodesk as a candidate for replacing their existing ...