- 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
In this tutorial we learn how to pass information to our definition. It is quite simple and you will after this be able to communicate commands into your code to manipulate it the way you want it to behave. This way of setting up scripts are super common if you want a flexible pipeline that can be bend to your needs and will at any time. The goal is to make it logical for your self but also other coders who might have to open your scripts later on!