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 blendShapePanel outlinerPanel modelPanel// getMayaPanelTypes(1); // Result:blindDataEditor dopeSheetPanel graphEditor hyperGraphPanel hyperShadePanel multiListerPanel polySelectionConstraintPanel polyTexturePlacementPanel relationshipPanel renderWindowPanel setEditor shadingGroupEditor visorPanel//