Go to: Synopsis. Return value. MEL examples.
string[] getMayaPanelTypes (int $isScripted)
None
Variable Name | Variable Type | Description |
---|---|---|
$isScripted | int | - If 1 then return a list of scripted panels. |
getMayaPanelTypes(0); // Result:devicePanel hardwareRenderPanel blendShapePanel outlinerPanel modelPanel// getMayaPanelTypes(1); // Result:blindDataEditor componentEditorPanel dopeSheetPanel dynPaintScriptedPanelType dynRelEdPanel graphEditor hyperGraphPanel hyperShadePanel multiListerPanel polySelectionConstraintPanel polyTexturePlacementPanel referenceEditorPanel relationshipPanel renderWindowPanel scriptEditorPanel setEditor shadingGroupEditor visorPanel//