Monthly Archives: March 2013

Python Check Boxes

Hi All, I am still brushing up on Python and thought I would share another example of some code I have created. This code creates a cube but only if you check the check box in the User Interface. Hope this … Continue reading

Posted in Code, Experiments | 1 Comment

Python and Mel

Hi All, I have been busy re learning Python and Mel in Maya. Below, is a script which makes a material in Maya that has a texture applied to it. import maya.cmds as cmds #create a counter and set it to zero i = 0 … Continue reading

Posted in Code | 3 Comments