Created on | Updated on

選択以下の全てのジョイントにスケールを伝播(MEL)

「ジョイントのスケールの伝播」の処理を、選択オブジェクト以下の全てのジョイントに行います。

{
    string $Sel[] =`ls -sl`;
    string $tmpSel,$tmp;
    int $Set = 0;
    for($tmpSel in $Sel){
        if(`objectType $tmpSel`=="joint"){
            setAttr ($tmpSel +".segmentScaleCompensate") $Set;
        }
        string $Joint[] = `listRelatives -ad -type "joint" -pa`;
        for($tmp in $Joint){
            setAttr ($tmp +".segmentScaleCompensate") $Set;
        }
    }
}

問題が解決しない場合は、Born Digital サポートまでお問い合わせ下さい。

※ 問い合わせ対応はBorn Digitalより製品をご購入頂きましたお客様のみのサービスとなります。ご了承下さい。
サポート問い合わせ