2010-07-13から1日間の記事一覧

MEL チェック&ボタン集

window -fw -t "Tool_001" -rtf 1; columnLayout -adjustableColumn true; checkBox -label "Center" -offCommand "polySelectConstraint -wholeSensitive on;" -onCommand "polySelectConstraint -wholeSensitive off;"; checkBox -label "Drag" -offComman…

MEL 選択不可のオブジェクトをテンプレート表示に戻す。

displayPref -shadeTemplates false;

MEL 上記の状態を元に戻す。

displayPref -shadeTemplates false; SelectAll;SelectHierarchy; UntemplateObject;select -cl ;

MEL 選択したオブジェクトを選択不可にする。

TemplateObject; displayPref -shadeTemplates true;

MEL 選択したオブジェクト以外を選択不可にする。

[注意 子オブジェクト、グループ化されたオブジェクト等は使用できません。]InvertSelection; TemplateObject; displayPref -shadeTemplates true;

www.massiveblack.com

http://www.massiveblack.com/MBwebolution/illustration.php