Go to: Synopsis. Return value. MEL examples.

Synopsis

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.

Return value

None

Arguments

Variable Name Variable Type Description
$namestringThe name of the category to remove from the Panels pulldown menus.

MEL examples

  removePanelCategory( "Stereo" );