I have only been using Maya for less than a year, and am absolutely in love with it. Yes it has its moments, but I cant imagine them being worse than the pre QT days.
For people who were using Maya during those, I am interested to know you thoughts, especially in contrast to the current Maya.
I donβt think there is anything to miss tbh, because nothing has really been removed, stuff has only been added. Qt only essentially changed the GUI, and the core UI command framework has stayed identical anyway (in other words, any UI code you could write in MEL in Maya 3.0 would still work in 2025 (with a few rare exceptions/caveats)).
Anything you could do back then, you can still pretty much do, but with even more options and command flags. The only thing I think you could miss would be βsimpler timesβ, but nobody is forcing you to use the new stuff if you donβt want to.
Agreed, in fact Qt brought enough complexity to the table that for most simpler tools it was easier (and often more forward compatible) to just keep using the older interface layer, and really only reach for Qt when something was completely impossible otherwise.
Yes. I remember pre-QT Maya. QT did not exist on the IRIX OS. Maya was like this back then. (not an image of work I did). Donβt worry, we were all fine with Maya not supporting Python back then. Maya released in 1998. Python v2.0 didnβt show up until two years later. No one used Python 1.0 as an embedded scripting engine, AFAIK.
Also, I was watching a video by Ronald Reyer (Maya developer) summarising all the features added to Maya between 2013-2018. That period seems like a leep occurred. Am really hoping Bifrost renews this effort:
PS: Ronald Reyers Youtube channel has quite good material covering Bifrost
I found the following videos under QTβs Youtube channel, I thinks its an interesting watch if you are interested in QT or maya:
Before QT, Maya still had this Silicon Graphics magical look and feel.
MEL has options to create a ui and it still works today, so you donβt need to know anything about QT to create a UI in Maya.
Diving deeper into QT can be very complex but also rewarding. You can do so much more directly with QT than the UI elements provided by Maya.