summaryrefslogtreecommitdiffstats
path: root/tools/trackeditor/code/AETemplates/AEIntersectionLocatorNodeTemplate.mel
blob: 740b05f8f7da4ecaefbd5de10deb5013f3003dbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
global proc AEIntersectionLocatorNodeTemplate( string $nodeName )
{
	
	editorTemplate -beginScrollLayout;
	       
		editorTemplate -beginLayout "Intersection Attributes" -collapse 0;

            editorTemplate -addControl "IntersectionType";
        
		editorTemplate -endLayout;

    	editorTemplate -addExtraControls;

    editorTemplate -endScrollLayout;

    AEWBLocatorSuppress( $nodeName );

    editorTemplate -suppress "localPosition";
}