Chapter 6. Automating Maya from the Outside

Most of the programming we do in Maya is about automation. There's little that can be accomplished with code that cannot otherwise be done by hand. We create code to run inside of Maya, during a user's session, to get them faster from point A to point B. We speed up what takes too long to be pleasant or practical.

In this chapter, though, we will do programming that isn't directly about speeding what a user normally does. We're going to develop a system that will allow us to control and automate Maya in arbitrary ways. The controlling code will not run inside of Maya, but in its own Python process. We will not control Maya using an application-specific feature like the command port, but a general request-reply ...

Get Practical Maya Programming with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.