
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEfloatMask'>
		<attribute name='outFloat' type='maya.float'>
			<label>Out Float</label>
		</attribute>
		<attribute name='inFloat' type='maya.float'>
			<label>Float</label>
		</attribute>
		<attribute name='mask' type='maya.float3'>
			<label>Mask</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEfloatMask'>
		<property name='outFloat'/>
		<property name='inFloat'/>
		<property name='mask'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NEfloatMask'>
		<property name='outColor'/>
	</view>
</templates>
