Wednesday, 20 May 2015

Python (Maya UI) snippets for the budding TD Part 2

 In this article, I'm going to discuss a variety of features offered by Maya for effective UI development and design.  This is all done in Maya's native UI code (not QT or TkInter) which is easy to use and can create some very nice interfaces with a little wor...

Tuesday, 19 May 2015

Introduction to simple Maya UI coding with Python

Maya provides a fairly straightforward way to create UI's for scripts and tools that you develop.  Of course, there are more powerful and flexible options such as QT (via PyQT and PySide), as well as Python's own TkInter if you wanted to toy with it - but for this article I'm going to show you how easy it is to build them using Maya's native system. How exciting!  A tool to help me google stuff! Note that this initial article is extremely...