[MAYA] Object Rename Mel


$s =`ls -sl`;

for($i=0;$i<size($s);$i++){
    rename $s[$i] ("test"+$i);
}

Thanks for Mr. Takemoto.

0 コメント:

コメントを投稿