Semi-Advanced Foot Rig - Maya Tutorial

Описание к видео Semi-Advanced Foot Rig - Maya Tutorial

A quick tutorial on how to create, maybe not your first, but at least your second foot rig in Maya.

00:00 Intro
00:03 Foot Controller
00:24 Leg IK
00:34 Custom Controller Shapes
00:41 Leg IK Pole Vector
01:12 Toe/Heel- & Ball Roll
02:49 Banking
03:28 Final Result

Script template (YouTube doesn't allow less-than or greater-than signs):
if (ctrl_foot_l.ToeHeelRoll [LESS-THAN SIGN]= 0) {
loc_heel_l.rotateX = ctrl_foot_l.ToeHeelRoll;
loc_toe_l.rotateX = 0;
} else {
loc_heel_l.rotateX = 0;
loc_toe_l.rotateX = ctrl_foot_l.ToeHeelRoll;
}

Комментарии

Информация по комментариям в разработке