Building Maya Interfaces with Python

In this tutorial three part tutorial author “Jeremy Ernst” is going to show you How to build Maya interfaces with python. let’s take a look !

Building Maya Interfaces with Python

Description: I wanted to test the waters a bit and see if people would be interested in a video series dedicated to building UIs in Maya with Python.This is the first video in the series and I would like to continue getting into more difficult UI challenges as we go along.

TUTORIAL PART 1/3:

In this second video, we’ll go over a few new commands and layouts, and look into making clever use of functions with arguments to reuse code. The UI we’ll be building would be an example UI for a batch process or some other type of UI where you needed the user to input specific information.

TUTORIAL PART 2/3

In this third video, we will generate a UI based off of nodes in your maya scene. We’ll be covering tabLayouts, namespaces, and some attribute UI commands.

TUTORIAL PART 3/3