I'm just looking for a better script editor for Maya LT . some of the scripts I have messed around with have got a little long especially when doing things like UI and I could do with some extra features like: - being able to collapse blocks of text, - some sort of Intellisense style autocomplete - and maybe something to…
I use notePad++ with the mel language definition installed. It doesn't do autocomplete for mel but does code folding. https://www.highend3d.com/downloads/applications/syntax-scripting/c/mel-language-definition-for-notepad to get code folding to work I had to add { and } as folding options. Maya LT doesn't support python so…