Week 1


This week I learned how to open the script editor in maya.

To import maya functions the script must begin with:

import maya.cmds

Additionally I can now generate poly modelling objects using commands, for example:

cmds.polyCube()
cmds.polySphere()

These commands create a cube and sphere.

Leave a comment

Log in with itch.io to leave a comment.