script (MEL) |
Only available in MEL |
removePanelCategory |
In categories: Windows, Misc. UI |
Go to: Synopsis. Return value. MEL examples.
int removePanelCategory( string $name )
Removes the category from the Panels pulldown menus. The Panels
pulldowns are the menus specified per viewport which allow the user
to switch between different camera views, or different layouts, etc.
See the addPanelcategory and listPanelcategories commands for more
details.
None
Arguments
Variable Name |
Variable Type |
Description |
$name | string | The name of the category to remove from
the Panels pulldown menus.
|
removePanelCategory( "Stereo" );