Maya | Python | Qt | Compatible PyQt | Compatible PySide | Win Compiler | Linux Compiler | Mac Compiler |
8.5 | 2.4.3 | ||||||
2008 | 2.5.1 | 32bit & 64bit vc8.0 + SP1 + qtHotfix, Intel 9.1.034 | 32bit & 64bit, gcc 4.1.2, Intel 9.1.039 | 32bit XCode 2.4.1, gcc 4.0.1, Intel 9.1.037* | |||
2009 | 2.5.1 | 32bit XP SP2 & 64bit XP x64 SP2, vc8.0+SP1+qtHotfix, Intel 10.1.013 | 64bit RHEL4.4, gcc 4.1.2 Intel 9.1.039 | 32bit Tiger 10.4.11, XCode 2.4.1, gcc 4.0.1, Intel 10.1.007* | |||
2010 | 2.6.1 | 32bit Xp SP2 & 64bit Xp x64 SP2, Visual Studio 2008 SP1, Intel 10.1.022 | 64bit RHEL5.1 gcc 4.1.2, Intel 11.0.083 | 32bit & 64bit Leopard 10.5.6, XCode 3.0, gcc 4.0.1, Intel 11.0.064 | |||
2011 | 2.6.4 | 4.5.3 (it begins...) | ? | ? | 32bit Xp SP2 & 64bit Xpx64 SP2, Visual Studio 2008 SP1, Intel 11.1.051 | 64bit RHEL5.1, gcc 4.1.2, Intel 11.1.059 | 32bit & 64bit Leopard 10.5.x, XCode 3.1.2, gcc 4.0.1, Intel 11.1.076 |
2012 | 2.6.4 | 4.7.1 | ? | ? | 32bit XP SP2 & 64bit XPx64 SP2, Visual Studio 2008 SP1 + ATL security update, Intel 11.1.067 | 64bit RHEL5.1, gcc 4.1.2, Intel 11.1.073 | 64bit Snow Leopard 10.6.4, XCode 3.2.1, gcc 4.2.1, Intel 11.1.089 |
2013 | 2.6.4 | 4.7.1 | 4.9.1 | ? | 32bit Win7 & 64bit Win7x64, Visual Studio 2010 SP1, Intel 12.0.4.196 | 64bit RHEL 6.0, FC14 gcc 4.1.2, Intel 11.1.073 | 64bit SnowLeopard 10.6.8, Xcode3.2.1 gcc 4.2.1, Intel 11.1.089 |
2014 | 2.7.3 | 4.8.2 | 4.10 | 1.1.2 - Ships with Maya! | 64bit Win7x64, Visual Studio 2010 SP1, Intel Composer XE 2011 | 64bit RHEL 6.0, FC14, gcc 4.1.2, Intel Composer XE 2011 Update 11 | 64bit Lion 10.7.4, Xcode 4.3.3 with SDK 10.6 (SnowLeopard), gcc 4.2.1, Intel Composer XE 2011 Update 11 |
2015 | 2.7.3 | 4.8.5 | ? | 1.2 | 64bit Win7x64, Visual Studio 2012 Update 4, Intel Composer XE 2013 Update 5 (13.1.3.198) | 64bit RHEL/CentOS 6.2, FC14, gcc 4.1.2, Intel Composer XE 2013 SP1 Update 1 (14.0.1.106) | 64bit Mountain Lion 10.8.5, Xcode 5.0.2 with SDK 10.8 (Mountain Lion), clang with libstdc++, Intel Composer XE 2013 SP1 Update 1 (14.0.1.103) |
2016 | 2.7.6 | 4.8.6 | ? | 1.2 | Windows 64bit Win7x64, Visual Studio 2012 Update 4 + Win 8 SDK, .Net framework 4.5.1, Intel Composer XE 2015 Initial release (15.0.0.108) | Linux 64bit RHEL/CentOS 6.5, FC20, gcc 4.8.2, Intel Composer XE 2015 Update 1 (15.0.1.133) | Mac 64bit Mavericks 10.9.5, Xcode 6.1 or 6.1.1 with SDK 10.9 (Mavericks), clang with libstdc++, Intel Composer XE 2015 Update 1 (15.0.1.108) |
2017 | 2.7.11 | 5.6.1 | "PyQt5" | 2.0 | Windows 64bit Win7x64, Visual Studio 2012 Update 4 + Win 8 SDK, .Net framework 4.5.1, Intel Composer XE 2015 Initial release (15.0.0.108) | Linux 64bit RHEL/CentOS 6.5, FC20, gcc 4.8.2, Intel Composer XE 2015 Update 1 (15.0.1.133) | Mac 64bit Mavericks 10.9.5, Xcode 6.1 or 6.1.1 with SDK 10.9 (Mavericks), clang with libc++, Intel Composer XE 2015 Update 1 (15.0.1.108) |
Starting in 2011, Maya's entire ui back-end was converted to Qt. You still use the same Maya commands to author UI's, but behind the scenes Qt is appearing on your screen.
Starting in 2017, Maya migrated to Qt5 / PyQt5 / PySide2, which broke a bunch of backwards compatibility. See notes here on this.
This is not to be confused with PyQt or PySide, which are Python (not Maya) implementations of Qt. You can also get PyQt& PySide working in Maya, if you jump through some hoops, if using versions before 2014: Starting in 2014, PySide started shipping with Maya: No more needing to compile PyQt.
Also see: