- 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 start to make the actual functionality of a mini rig we have been preparing to put together. We learn on the job so naturally we are moving to the Ikhandle now. We will see how we pass arguments to our maya command, defining the starting and the end joint of our chain. Its important to understand how to pass info around because its basically what makes coding / scripting powerful. That we can reuse and repeat processes in unending amount of ways.