PyQt all the UIs!!!
(And then despair when your colleagues are like, "how i install pyqt to
maya" when you need to deploy it :P )
On 7/9/2014 10:41 AM, Matt Lind wrote:
I was going to suggest the same. I dabbled around not too long ago with MEL,
Python, and C++, and C++ seems the most straightforward as you can talk
directly to the API whereas the other two require you go through layers of
bloat and indirection. The unfortunate part of using C++ is you still have to
rely on scripting for UI elements.
Matt