//
//  Creation Date:	February 21, 2002
//
//  Procedure Name:
//  AEmentalrayTemplate
//
//  Description:
//  Default attribute editor template script for mental ray shading
//  nodes (nodes classified as "mentalray").
//
//  Input Value:
//  nodeName
//
//  Output Value:
//  None
//

global proc AEmentalrayTemplate ( string $nodeName )
{
	AEswatchDisplay( $nodeName );

	editorTemplate -beginScrollLayout;
	editorTemplate -addExtraControls -extraControlsLabel "";
	editorTemplate -endScrollLayout;
	
	editorTemplate -suppress "caching"; 
	editorTemplate -suppress "nodeState"; 	
}
