- MAYA-PYTHON TUTORIAL – 101 Project Overview
- MAYA-PYTHON TUTORIAL – 101 Fundamental Info
- MAYA-PYTHON TUTORIAL – 101 Importing Library
- MAYA-PYTHON TUTORIAL – 101 Make A Control
- MAYA-PYTHON TUTORIAL – 101 Pass Info To Our Def
- MAYA-PYTHON TUTORIAL – 101 Returning Info
- MAYA-PYTHON TUTORIAL – 101 Script an IK Handle
- MAYA-PYTHON TUTORIAL – 101 Moving With Python
- MAYA-PYTHON TUTORIAL – 101 Connecting IK Arm
- MAYA-PYTHON TUTORIAL – 101 Python’s For Loop
- MAYA-PYTHON TUTORIAL – 101 Condition Statement
Here we go into the definition and create a control. As explained in the entry video its now we need to start think of the bolts, screws and plates of our scripts, our functions/utilities - DNA - needs to be in place before we can continue making more sophisicated pipelines. We need to make sure the functions can be used for more then one purpes so we cannot rely on hard coding any naming, we need to make our code as generic as possible, by passing names, sides and types into our script