Etape 7
Utiliser le script suivant pour renommer les joint du squelette
string $command;
int $i,$joint_sup,$exist=1;
for ($j = 1 ; $exist != 0 ; ++$j) {
$t = $j - 1;
$command = "rename joint" + $j + " trunk_" + $t;eval $command;
$joint_sup = $j +1 ;
select -cl ;
$command = "$exist = `joint -ex joint"+$joint_sup+"`";eval
$command; }