TB1 Week 2


this week we started using python in Maya we learnt the command to start using python is "import Maya.cmds" this tells Maya that you want to use python, we then used cmds.polyCube( depth = x, height = x, width = x )  to spawn a poly cube, changing the x value changes the size of the cube that is spawned. you and find more information on this command by looking up the command documtion on the Autodesk website.