移動先: 概要 戻り値 MEL 例.

概要

string[] getMayaPanelTypes (int $isScripted)

このプロシージャは、Maya の使用可能なパネル タイプを返します。使用可能な全タイプから、不要なタイプをフィルタします。

戻り値

なし

引数

変数名 変数型 説明
$isScriptedint- 1 の場合は、スクリプト パネルのリストを返します。

MEL 例

 getMayaPanelTypes(0);
 // Result:devicePanel hardwareRenderPanel blendShapePanel outlinerPanel modelPanel//

 getMayaPanelTypes(1);
 // Result:blindDataEditor clipEditorPanel componentEditorPanel dopeSheetPanel dynPaintScriptedPanelType dynRelEdPanel graphEditor hyperGraphPanel hyperShadePanel multiListerPanel polySelectionConstraintPanel polyTexturePlacementPanel referenceEditorPanel relationshipPanel renderWindowPanel scriptEditorPanel setEditor shadingGroupEditor visorPanel//