Week 1
Programming for Animation Blog » Devlog
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.
Programming for Animation Blog
Status | In development |
Category | Other |
Author | up2115462 |
Leave a comment
Log in with itch.io to leave a comment.