
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEblendColors'>
		<attribute name='output' type='maya.float3'>
			<label>Output</label>
		</attribute>
		<attribute name='color1' type='maya.float3'>
			<label>Color 1</label>
		</attribute>
		<attribute name='color2' type='maya.float3'>
			<label>Color 2</label>
		</attribute>
		<attribute name='blender' type='maya.float'>
			<label>Blender</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEblendColors'>
		<property name='output'/>
		<property name='color1'/>
		<property name='color2'/>
		<property name='blender'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NEblendColors'>
		<property name='output'/>
	</view>
</templates>
