
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEplusMinusAverage'>
		<attribute name='output1D' type='maya.float'>
			<label>Output 1D</label>
		</attribute>
		<attribute name='output2D' type='maya.float2'>
			<label>Output 2D</label>
		</attribute>
		<attribute name='output3D' type='maya.float3'>
			<label>Output 3D</label>
		</attribute>
		<attribute name='input1D' type='maya.float'>
			<label>Input 1D</label>
		</attribute>
		<attribute name='input2D' type='maya.float2'>
			<label>Input 2D</label>
		</attribute>
		<attribute name='input3D' type='maya.float3'>
			<label>Input 3D</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEplusMinusAverage'>
		<property name='output1D'/>
		<property name='output2D'/>
		<property name='output3D'/>
		<property name='input1D'/>
		<property name='input2D'/>
		<property name='input3D'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NEplusMinusAverage'>
		<property name='output3D'/>
	</view>
</templates>
