
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEblendTwoAttr'>
		<attribute name='output' type='maya.double'>
			<label>Output</label>
		</attribute>
		<attribute name='input' type='maya.double'>
			<label>Input</label>
		</attribute>
		<attribute name='attributesBlender' type='maya.float'>
			<label>Attributes Blender</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEblendTwoAttr'>
		<property name='output'/>
		<property name='input'/>
		<property name='attributesBlender'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NEblendTwoAttr'>
		<property name='output'/>
	</view>
</templates>
