summaryrefslogblamecommitdiffstats
path: root/tools/worldbuilder/code/AETemplates/AEDirectionalLocatorNodeTemplate.mel
blob: cd9d34eaa76ff6fcd25dc23507ae0860b0aa8f03 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                             
global proc AEDirectionalLocatorNodeTemplate( string $nodeName )
{
	
	editorTemplate -beginScrollLayout;
	
		editorTemplate -beginLayout "Locator Attributes" -collapse 0;
			AElocatorCommon $nodeName;
		editorTemplate -endLayout;
             
    	editorTemplate -addExtraControls;

    editorTemplate -endScrollLayout;

    AEWBLocatorSuppress( $nodeName );
}