Posts

Showing posts from June 6, 2012

Scripting Maya's HUD Controls

I am now trying to improve on a Maya script I wrote a while ago. The old one was done using Python.  It had some user-interface controls in a window.   I re-doing it using PyMel  to code those same controls to display as an overlay in the viewports via the HUD controls command. Will post an update when the script is done.

Programmer's Joke

Image
 I came across a funny 9gag article (click on the logo to read the article). One of the comments was really funny. It said "If Your Code Runs Every Time, You are Doing Something Wrong".  Coding is not supposed to work all the time! ;)