

Maya | Python | Rigging Part 2 | Add control to FK
Main update: Full Script: from ssl import DefaultVerifyPaths import maya.cmds as cmds import math # Joint guides and aliases for a...

Max Liu
Dec 12, 20244 min read


Maya | Python | Rigging Part 1 | Create control that blend between FK and IK
Create reference sketon shows in the video. Run the code. Change FK bones. Select Plus sign control. Ctrl and Drag the IK FK attribute....

Max Liu
Dec 11, 20245 min read


Maya | Python | Create node and connect attribute
It is possible in Maya to create node graph through python. import maya.cmds as cmds gear_list = cmds.ls('C_gear_*_GEO') for i, gear in...

Max Liu
Dec 9, 20241 min read