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.
int : Returns false if the name is not defined, and true
on success. |
Arguments
Variable Name |
Variable Type |
Description |
$name | string | The name of the category to remove from
the Panels pulldown menus.
|
removePanelCategory( "Stereo" );