Keystone
Posted on Sun 25 November 2018 in blog • Tagged with python, maya, programming, distribution, MEL, techart
An even funkier method to launch Maya Python from the desktop, with a little help from our old friend MEL.
Continue reading
Posted on Sun 25 November 2018 in blog • Tagged with python, maya, programming, distribution, MEL, techart
An even funkier method to launch Maya Python from the desktop, with a little help from our old friend MEL.
Posted on Thu 15 November 2018 in blog • Tagged with python, maya, programming, distribution, MEL
It used to be impossible to launch any old Maya Python script directly from the desktop. But not anymore, thanks to this one simple trick!
Posted on Thu 10 May 2018 in blog • Tagged with python, maya, programming
Something that’s always driven me crazy in Maya is the fact that maya.cmds
does not really support Python’s built-in help()
function. But after suffering for years on that account, it finally occurred to me today that it’s fixable.
The latest next point release of mGui — the python module to streamline maya gui creation — is up on on Github, thanks in large part to +Bob White, who put in a lot of the work on this release.
Although this is a point release, it has some exciting improvements:
Posted on Sat 14 January 2017 in blog • Tagged with python, mGui, maya, gui
With special thanks to Bob White, Eric Spevacek, Logan Bender and Kartik Hariharan I’d like to announce the 2.1 point release of mGui.
This is mostly a stabilization release for the big 2.0 update we pushed in October.
Posted on Sun 16 October 2016 in blog • Tagged with maya, python, minq
Posted on Mon 25 July 2016 in blog • Tagged with maya, programming, industry, techart
Posted on Thu 16 June 2016 in blog • Tagged with maya, python, distribution
A handy hack for distributing Python command line tools with predictable execution environments.